mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Include private header only if needed.
This commit is contained in:
parent
90c6475c8c
commit
c961acabbc
1 changed files with 3 additions and 0 deletions
|
@ -18,7 +18,10 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "facades.h"
|
||||
|
||||
#include <QtCore/QProcess>
|
||||
|
||||
#ifndef TDESKTOP_DISABLE_GTK_INTEGRATION
|
||||
#include <private/qguiapplication_p.h>
|
||||
#endif // TDESKTOP_DISABLE_GTK_INTEGRATION
|
||||
|
||||
QStringList qt_make_filter_list(const QString &filter);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue