aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-09-11 08:44:47 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-09-11 08:22:29 +0000
commit7eeadd3165df7be2a34c2870640b87a0467fe792 (patch)
treedbdd6db108a59087c041a953bd5d074f7d6309c4 /src/controls
parent34dcf20a0536ec7df4f847b16f03e6f66f308025 (diff)
Add missing QColor include
Fix complilation with -no-pch option. Change-Id: I169c39cf51cb6d3776636f043553ac3bf17a068d Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/controls')
-rw-r--r--src/controls/qquickpageindicator_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/qquickpageindicator_p.h b/src/controls/qquickpageindicator_p.h
index 3ac83bf0..487c945d 100644
--- a/src/controls/qquickpageindicator_p.h
+++ b/src/controls/qquickpageindicator_p.h
@@ -49,6 +49,7 @@
//
#include <QtQuickControls/private/qquickcontrol_p.h>
+#include <QtGui/qcolor.h>
QT_BEGIN_NAMESPACE