aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/qqmlcodemodel/data/sourceFolder/myqmlelement2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmlls/qqmlcodemodel/data/sourceFolder/myqmlelement2.hpp')
-rw-r--r--tests/auto/qmlls/qqmlcodemodel/data/sourceFolder/myqmlelement2.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/qmlls/qqmlcodemodel/data/sourceFolder/myqmlelement2.hpp b/tests/auto/qmlls/qqmlcodemodel/data/sourceFolder/myqmlelement2.hpp
new file mode 100644
index 0000000000..c7adf50e2e
--- /dev/null
+++ b/tests/auto/qmlls/qqmlcodemodel/data/sourceFolder/myqmlelement2.hpp
@@ -0,0 +1,18 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+
+#ifndef MYQMLELEMENT2_H
+#define MYQMLELEMENT2_H
+
+#include <QObject>
+#include <QQmlEngine>
+
+class myQmlElement2 : public QObject
+{
+ Q_OBJECT
+ QML_ELEMENT
+public:
+ explicit myQmlElement2(QObject *parent = nullptr);
+};
+
+#endif // MYQMLELEMENT2_H