From 3681ae61aaab836d26ad227911c3bfca92322f12 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 9 Nov 2022 10:40:29 +0100 Subject: 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 --- sources/shiboken6/tests/libsmart/smart_test.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sources/shiboken6/tests/libsmart/smart_test.h (limited to 'sources/shiboken6/tests/libsmart/smart_test.h') 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 -- cgit v1.2.3