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>bb10
parent
e5e1fac136
commit
8af7b5ba5a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue