aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/tooling_imports/First/Neighbor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/tooling_imports/First/Neighbor.h')
-rw-r--r--tests/auto/cmake/tooling_imports/First/Neighbor.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/auto/cmake/tooling_imports/First/Neighbor.h b/tests/auto/cmake/tooling_imports/First/Neighbor.h
index e5119bc4c4..05e18d23d7 100644
--- a/tests/auto/cmake/tooling_imports/First/Neighbor.h
+++ b/tests/auto/cmake/tooling_imports/First/Neighbor.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef NEIGHBOR_H
#define NEIGHBOR_H
@@ -15,4 +15,11 @@ public:
Neighbor(QObject *parent = nullptr);
};
+class Absent : public QObject
+{
+ Q_OBJECT
+ QML_ELEMENT
+ QML_UNAVAILABLE
+};
+
#endif // NEIGHBOR_H