aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/registrationmacros
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-08-24 22:02:08 +1000
committerCraig Scott <craig.scott@qt.io>2021-08-25 17:59:39 +1000
commitc1273bf1d0bbe66c3e89b035ed4b8e2fd21b22e7 (patch)
tree48f995b9cb1ea3e8ce2e98d69301c3838b88136e /tests/auto/qml/registrationmacros
parent519541b9b3af7ce6bc059fc72a3af295c2f924e7 (diff)
Make qt6_qml_type_registration() internal
This renames the command to _qt_internal_qml_type_registration(). The tests are only updated to use the new name so as to keep this to a minimal change. Fixes: QTBUG-95093 Pick-to: 6.2 Change-Id: Ie3a7f6adc312050df64213fdcdc62886ad21ff01 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Diffstat (limited to 'tests/auto/qml/registrationmacros')
-rw-r--r--tests/auto/qml/registrationmacros/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/registrationmacros/CMakeLists.txt b/tests/auto/qml/registrationmacros/CMakeLists.txt
index 6ac5d4506c..3e01ae34c8 100644
--- a/tests/auto/qml/registrationmacros/CMakeLists.txt
+++ b/tests/auto/qml/registrationmacros/CMakeLists.txt
@@ -14,4 +14,4 @@ set_target_properties(tst_registrationmacros PROPERTIES
QT_QML_MODULE_URI test
)
-qt6_qml_type_registration(tst_registrationmacros)
+_qt_internal_qml_type_registration(tst_registrationmacros)