Qt 6.2 needs the signals keyword as well
This commit is contained in:
parent
0f825209d0
commit
a85127ca14
@ -10,10 +10,8 @@
|
|||||||
|
|
||||||
QSK_QT_PRIVATE_BEGIN
|
QSK_QT_PRIVATE_BEGIN
|
||||||
|
|
||||||
#if QT_VERSION < QT_VERSION_CHECK( 6, 0, 0 )
|
#ifndef signals
|
||||||
#ifndef signals
|
#define signals Q_SIGNALS
|
||||||
#define signals Q_SIGNALS
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <private/qquickitem_p.h>
|
#include <private/qquickitem_p.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user