From 8fc1cd085cabba911cb4b18e91fbe158db13a2a8 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 3 Jun 2016 14:31:40 +0200 Subject: Add qtwidgetsglobal.h and qtwidgetsglobal_p.h The new modular configuration system requires one global header per module, that is included by all other files in this module. That header will later on #include the configuration file for Qt Widgets. For now it defines the Q_WIDGETS_EXPORT macro for this library. Change-Id: I6698989b952b9bac94d086d9f219e03c000f7d53 Reviewed-by: Oswald Buddenhagen --- src/widgets/dialogs/qfscompleter_p.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/widgets/dialogs/qfscompleter_p.h') diff --git a/src/widgets/dialogs/qfscompleter_p.h b/src/widgets/dialogs/qfscompleter_p.h index a3341999f7..c073fa1521 100644 --- a/src/widgets/dialogs/qfscompleter_p.h +++ b/src/widgets/dialogs/qfscompleter_p.h @@ -51,9 +51,12 @@ // We mean it. // +#include #include "qcompleter.h" #include + QT_BEGIN_NAMESPACE + #ifndef QT_NO_FSCOMPLETER /*! @@ -74,7 +77,10 @@ public: QAbstractProxyModel *proxyModel; QFileSystemModel *sourceModel; }; + #endif // QT_NO_FSCOMPLETER + QT_END_NAMESPACE + #endif // QFSCOMPLETOR_P_H -- cgit v1.2.3