summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qrubberband.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-06-03 14:31:40 +0200
committerLars Knoll <lars.knoll@qt.io>2016-07-14 13:46:07 +0000
commit8fc1cd085cabba911cb4b18e91fbe158db13a2a8 (patch)
tree8cb77a0bd11da59358aae2028f1aa1e740db8600 /src/widgets/widgets/qrubberband.h
parent64507c7165e42c2a5029353d8f97a0d841fa6b01 (diff)
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/widgets/qrubberband.h')
-rw-r--r--src/widgets/widgets/qrubberband.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/widgets/qrubberband.h b/src/widgets/widgets/qrubberband.h
index 30ca96abef..217261bf75 100644
--- a/src/widgets/widgets/qrubberband.h
+++ b/src/widgets/widgets/qrubberband.h
@@ -40,6 +40,7 @@
#ifndef QRUBBERBAND_H
#define QRUBBERBAND_H
+#include <QtWidgets/qtwidgetsglobal.h>
#include <QtWidgets/qwidget.h>
QT_BEGIN_NAMESPACE