aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h')
-rw-r--r--tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h b/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h
index 1cfcd25102..cee88fde7b 100644
--- a/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h
+++ b/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.h
@@ -44,7 +44,12 @@ class tst_qmltyperegistrar : public QObject
Q_OBJECT
private slots:
+ void initTestCase();
void qmltypesHasForeign();
+ void qmltypesHasHppClassAndNoext();
+
+private:
+ QByteArray qmltypesData;
};
#endif // TST_QMLTYPEREGISTRAR_H