mirror of https://github.com/procxx/kepka.git
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