summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_qt_manual_moc/testclass.cpp
blob: 5323e181362810b153c10930fb63883c5d03ff90 (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "testclass.h"

TestClass::TestClass(QObject *parent) : QObject(parent)
{

}