mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-04 06:11:17 +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 "facades.h"
|
||||||
|
|
||||||
#include <QtCore/QProcess>
|
#include <QtCore/QProcess>
|
||||||
|
|
||||||
|
#ifndef TDESKTOP_DISABLE_GTK_INTEGRATION
|
||||||
#include <private/qguiapplication_p.h>
|
#include <private/qguiapplication_p.h>
|
||||||
|
#endif // TDESKTOP_DISABLE_GTK_INTEGRATION
|
||||||
|
|
||||||
QStringList qt_make_filter_list(const QString &filter);
|
QStringList qt_make_filter_list(const QString &filter);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user