This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
9eebcf3ef098f368cb15fa4add2969e26f5ba9ef
qt-creator
/
share
/
qtcreator
/
qml
/
qmlpuppet
/
qmlprivategate
/
qmlprivategate.pri
8 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Qml2Puppet: Introduce QmlPrivateGate The goal is to avoid direct usage of private API. Any access to private QML API is supposed to go through QmlPrivateGate. NodeInstanceMetaObject is moved into QmlPrivateGate and renamed to just MetaObject. Change-Id: Iba0b574605e455b01e7b86306ec3ca47be7b4e58 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
2015-05-19 13:11:39 +02:00
INCLUDEPATH += $$PWD/
Qml2Puppet: Use helper functions from Qt 5.6 In Qt 5.6 we do not need to access the private API directly. QmlPrivateGate is forwarded to the helper functions in Qt. Change-Id: I274cb306815824c988b6d79966f007298f6d1e60 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
2015-07-22 15:27:27 +02:00
HEADERS += \
$$PWD/qmlprivategate.h
SOURCES += \
qmlpuppet: remove qmlprivategate DesignerSupport < Qt 5.6 Task-number: QTCREATORBUG-26600 Change-Id: I629c8cd1f497ed2dd354ff461aa890a77bdc2a01 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2022-07-11 14:10:13 +02:00
$$PWD/qmlprivategate.cpp
Copy Permalink