aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/pysidetest/flagstest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/pysidetest/flagstest.cpp')
-rw-r--r--sources/pyside6/tests/pysidetest/flagstest.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/sources/pyside6/tests/pysidetest/flagstest.cpp b/sources/pyside6/tests/pysidetest/flagstest.cpp
new file mode 100644
index 000000000..ac6c3b3b1
--- /dev/null
+++ b/sources/pyside6/tests/pysidetest/flagstest.cpp
@@ -0,0 +1,11 @@
+// Copyright (C) 2020 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
+#include "flagstest.h"
+
+namespace FlagsNamespace
+{
+ ClassForEnum::ClassForEnum(FlagsNamespace::Options) {}
+
+ ClassForEnum::~ClassForEnum() = default;
+}