Fix build with -no-feature-buttongroup
.../qabstractbutton.cpp: In member function ‘virtual void QAbstractButton::keyPressEvent(QKeyEvent*)’: .../qabstractbutton.cpp:1010:58: error: incomplete type ‘QGuiApplicationPrivate’ used in nested name specifier Pick-to: 6.5 Change-Id: Ia71bb481d125087aa813c891f9508755f435f4d2 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
cff65c860f
commit
ca772a8ffa
@ -8,9 +8,9 @@
|
|||||||
#endif
|
#endif
|
||||||
#if QT_CONFIG(buttongroup)
|
#if QT_CONFIG(buttongroup)
|
||||||
#include "qbuttongroup.h"
|
#include "qbuttongroup.h"
|
||||||
#include "private/qapplication_p.h"
|
|
||||||
#include "private/qbuttongroup_p.h"
|
#include "private/qbuttongroup_p.h"
|
||||||
#endif
|
#endif
|
||||||
|
#include "private/qapplication_p.h"
|
||||||
#include "qabstractbutton_p.h"
|
#include "qabstractbutton_p.h"
|
||||||
#include "qevent.h"
|
#include "qevent.h"
|
||||||
#include "qpainter.h"
|
#include "qpainter.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user