/
diev
/
stelegramdesktop-tdesktop
Обзор
Документация
Войти
/
diev
/
stelegramdesktop-tdesktop
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
Telegram/SourceFiles/ui/controls/window_outdated_bar_dummy.cpp
18 строк
445 B
Ilya Fedin
Minimize amount of code to rebuild when switching options
22 сен 2023, 08:14
22 сен 2023, 08:14
1bde096
Код
Авторство
О чём код?
/* This file is part of Telegram Desktop, the official desktop application for the Telegram messaging service. For license and copyright information please follow this link: https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL */ #include "ui/controls/window_outdated_bar.h" namespace Ui { object_ptr<RpWidget> CreateOutdatedBar( not_null<QWidget*> parent, const QString &workingPath) { return { nullptr }; } } // namespace Ui