aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlvaluetypeproviders
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2020-07-10 12:12:45 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2020-07-15 20:52:52 +0200
commit151f58dc29f4b53fb46a96d773aee8641593e5c7 (patch)
tree386679cb598e16f421b4990deddc4b239f399fdd /tests/auto/qml/qqmlvaluetypeproviders
parentf278bb7c66bb00c9f81b7a3aceeb94cb9b3a1b66 (diff)
Adapt test to automatic comparator registration
Change-Id: I28d8f811f9173a92d977acaf7b8c7e0bbbe98f07 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmlvaluetypeproviders')
-rw-r--r--tests/auto/qml/qqmlvaluetypeproviders/tst_qqmlvaluetypeproviders.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlvaluetypeproviders/tst_qqmlvaluetypeproviders.cpp b/tests/auto/qml/qqmlvaluetypeproviders/tst_qqmlvaluetypeproviders.cpp
index b44889798c..6af32c4011 100644
--- a/tests/auto/qml/qqmlvaluetypeproviders/tst_qqmlvaluetypeproviders.cpp
+++ b/tests/auto/qml/qqmlvaluetypeproviders/tst_qqmlvaluetypeproviders.cpp
@@ -275,7 +275,6 @@ void tst_qqmlvaluetypeproviders::userType()
Q_ASSERT(qMetaTypeId<TestValue>() >= QMetaType::User);
qRegisterMetaType<TestValue>();
- QMetaType::registerComparators<TestValue>();
qmlRegisterTypesAndRevisions<TestValueExporter>("Test", 1);
TestValueExporter exporter;