Fix build without abstractslider
qtbase/src/widgets/styles/qcommonstyle_p.h:102:53: error: field ‘animations’ has incomplete type ‘QHash<const QObject*, QStyleAnimation*>’ 102 | mutable QHash<const QObject*, QStyleAnimation*> animations; | ^~~~~~~~~~ Pick-to: 6.5 Change-Id: Ib7b4a5031c1447248f4db1f4ea6629a31d610bcb Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
83effb3a3f
commit
86d8d67146
@ -5,6 +5,7 @@
|
||||
#define QCOMMONSTYLE_P_H
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "qhash.h"
|
||||
#include "qcommonstyle.h"
|
||||
#include "qstyle_p.h"
|
||||
#if QT_CONFIG(animation)
|
||||
|
Loading…
Reference in New Issue
Block a user