aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-03-30 12:03:51 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-03-30 13:46:48 +0200
commit2a514e4eb84fcf618d7c6baadbc7219cdd946fe2 (patch)
tree58e7247b6409ce253e1ac019509e455c72110496 /tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h
parent3f0126ed86f56178fa707db629fabcc01eb31754 (diff)
qmltyperegistrar: Record header file names in qmltypes files
We will need them to find the types in C++ code. Change-Id: Id00c6d855adbb767a0be8a9469fbe47447ccec8b Reviewed-by: Simon Hausmann <simon.hausmann@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 cee88fde7b..37d49efa40 100644
--- a/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h
+++ b/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h
@@ -47,6 +47,7 @@ private slots:
void initTestCase();
void qmltypesHasForeign();
void qmltypesHasHppClassAndNoext();
+ void qmltypesHasFileNames();
private:
QByteArray qmltypesData;