From 8af7b5ba5abe485ff12b5fb02c58f4c275e6eafe Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 20 Jun 2017 13:45:20 +0300 Subject: QStyleHelper: add missing forward declarations Fixes build with -no-accessibility. Change-Id: Ia58c11b22f08a51d5978e4a002480d265aa10fbd Reviewed-by: Marc Mutz Reviewed-by: Gabriel de Dietrich --- src/widgets/styles/qstylehelper_p.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3