diff options
author | Lars Knoll <lars.knoll@qt.io> | 2016-06-03 14:31:40 +0200 |
---|---|---|
committer | Lars Knoll <lars.knoll@qt.io> | 2016-07-14 13:46:07 +0000 |
commit | 8fc1cd085cabba911cb4b18e91fbe158db13a2a8 (patch) | |
tree | 8cb77a0bd11da59358aae2028f1aa1e740db8600 /src/widgets/graphicsview/qgraphicsgridlayout.h | |
parent | 64507c7165e42c2a5029353d8f97a0d841fa6b01 (diff) | |
download | qtbase-8fc1cd085cabba911cb4b18e91fbe158db13a2a8.tar.gz |
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 <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/widgets/graphicsview/qgraphicsgridlayout.h')
-rw-r--r-- | src/widgets/graphicsview/qgraphicsgridlayout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/graphicsview/qgraphicsgridlayout.h b/src/widgets/graphicsview/qgraphicsgridlayout.h index 0687511966..c7c2edd2a2 100644 --- a/src/widgets/graphicsview/qgraphicsgridlayout.h +++ b/src/widgets/graphicsview/qgraphicsgridlayout.h @@ -40,6 +40,7 @@ #ifndef QGRAPHICSGRIDLAYOUT_H #define QGRAPHICSGRIDLAYOUT_H +#include <QtWidgets/qtwidgetsglobal.h> #include <QtWidgets/qgraphicsitem.h> #include <QtWidgets/qgraphicslayout.h> |