aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/pysidetest/flagstest.cpp
blob: ac6c3b3b150a3708bc32338e5e84022dfa8cf813 (plain)
1
2
3
4
5
6
7
8
9
10
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;
}