aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h
diff options
context:
space:
mode:
authorAndrei Golubev <andrei.golubev@qt.io>2021-05-26 16:47:06 +0200
committerAndrei Golubev <andrei.golubev@qt.io>2021-05-27 11:30:12 +0200
commitbc7c2710eb4eadc3675d6be5cd3a179db6a8a652 (patch)
treeff55975ba171afaf3a7a7e067298f26fbf0e9e22 /tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h
parenta10eeee97d42f05409074f69cc99d9a8da5db077 (diff)
Propagate NOTIFY from moc output to qmltypes
This is useful for the object creation compiler when generated aliases should really have a notify which is bound to the origin's notify Change-Id: I805d0d461490da7122e37345914dec4140f342ff Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h')
-rw-r--r--tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h b/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h
index 77243b3f82..dd4abba890 100644
--- a/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h
+++ b/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h
@@ -314,6 +314,7 @@ private slots:
void qmltypesHasForeign();
void qmltypesHasHppClassAndNoext();
void qmltypesHasReadAndWrite();
+ void qmltypesHasNotify();
void qmltypesHasFileNames();
void qmltypesHasFlags();
void superAndForeignTypes();