aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/cmakeprojectmanager/hello-widgets/myclass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/cmakeprojectmanager/hello-widgets/myclass.cpp')
-rw-r--r--tests/manual/cmakeprojectmanager/hello-widgets/myclass.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/manual/cmakeprojectmanager/hello-widgets/myclass.cpp b/tests/manual/cmakeprojectmanager/hello-widgets/myclass.cpp
new file mode 100644
index 00000000000..ce14aae2ce5
--- /dev/null
+++ b/tests/manual/cmakeprojectmanager/hello-widgets/myclass.cpp
@@ -0,0 +1,10 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
+#include "myclass.h"
+
+myclass::myclass()
+{
+
+}
+