summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstylehelper_p.h
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-06-20 13:45:20 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2017-06-21 07:22:31 +0000
commit8af7b5ba5abe485ff12b5fb02c58f4c275e6eafe (patch)
tree306894ae707d772605a97c68857ec46da1f94c04 /src/widgets/styles/qstylehelper_p.h
parente5e1fac136065d7c8afc49ac72cb517f64c87910 (diff)
QStyleHelper: add missing forward declarations
Fixes build with -no-accessibility. Change-Id: Ia58c11b22f08a51d5978e4a002480d265aa10fbd Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
Diffstat (limited to 'src/widgets/styles/qstylehelper_p.h')
-rw-r--r--src/widgets/styles/qstylehelper_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/styles/qstylehelper_p.h b/src/widgets/styles/qstylehelper_p.h
index 8ca213933f..777ad95470 100644
--- a/src/widgets/styles/qstylehelper_p.h
+++ b/src/widgets/styles/qstylehelper_p.h
@@ -62,10 +62,14 @@
QT_BEGIN_NAMESPACE
+class QColor;
+class QObject;
class QPainter;
+class QPalette;
class QPixmap;
class QStyleOptionSlider;
class QStyleOption;
+class QWidget;
class QWindow;
namespace QStyleHelper