aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc/QmltcTests/cpptypes/typewithnamespace.cpp
blob: fbfaf447daa3d8037cf6e575ccc494cb4d7d2df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#include "typewithnamespace.h"

MyNamespace::TypeWithNamespace::TypeWithNamespace(QObject *parent) : QObject{ parent } { }

MyNamespace::Sub1::Sub2::Sub3::TypeWithSubnamespace::TypeWithSubnamespace(QObject *parent)
    : QObject{ parent }
{
}