aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-04-16 10:19:25 +0200
committerJukka Jokiniva <jukka.jokiniva@qt.io>2019-04-17 12:09:00 +0000
commit2b91e2bca332ecdfecc69b8942085afa162b2bc4 (patch)
tree7e9fe8ea7dfe98bb64b585d80eecf1532adb18bd /src/qml
parent68b7a66a6e4d673d11aab44cb87b3f005cdff8ea (diff)
Increment the private API version
The removal of QQmlV4Handle causes incompatible changes in private API that other modules use. Change-Id: I4f983e83a570c195c190f6d8c968f59f6adce21b Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/qtqmlglobal_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qtqmlglobal_p.h b/src/qml/qtqmlglobal_p.h
index 60988d12e6..46f0e3f409 100644
--- a/src/qml/qtqmlglobal_p.h
+++ b/src/qml/qtqmlglobal_p.h
@@ -57,7 +57,7 @@
# include <QtQml/private/qtqml-config_p.h>
#endif
-#define Q_QML_PRIVATE_API_VERSION 3
+#define Q_QML_PRIVATE_API_VERSION 4
#define Q_QML_PRIVATE_EXPORT Q_QML_EXPORT