mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-10 08:39:45 +00:00
Include private header only if needed.
This commit is contained in:
parent
90c6475c8c
commit
c961acabbc
@ -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…
Reference in New Issue
Block a user