aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsmart/smart_test.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-11-09 10:40:29 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-11-10 14:14:59 +0100
commit3681ae61aaab836d26ad227911c3bfca92322f12 (patch)
tree0d368fe6dd1b434f4e3838224c4e9c732abada1f /sources/shiboken6/tests/libsmart/smart_test.h
parent2a71960d3ff3640b3dcb0c1b1eb004bbb3eaea4d (diff)
shiboken6: Enable specifying namespaces for smart pointer instantiations
[ChangeLog][shiboken6] It is now possible to specify a namespace for a smart pointer instantiation. Task-number: PYSIDE-454 Change-Id: I9b61c3514211108fd7009e1776ae4fb8988c576b Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/shiboken6/tests/libsmart/smart_test.h')
-rw-r--r--sources/shiboken6/tests/libsmart/smart_test.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/sources/shiboken6/tests/libsmart/smart_test.h b/sources/shiboken6/tests/libsmart/smart_test.h
new file mode 100644
index 000000000..89d8cbc7c
--- /dev/null
+++ b/sources/shiboken6/tests/libsmart/smart_test.h
@@ -0,0 +1,13 @@
+// Copyright (C) 2022 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
+#ifndef SMART_TEST_H
+#define SMART_TEST_H
+
+namespace Test {
+
+enum DummyEnum { Dummy1, Dummy2 };
+
+}
+
+#endif // SMART_TEST_H