aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/qqmlcodemodel/data/sourceFolder/myqmlelement2.cpp
blob: abeeb8f3b1ba8247c4b1af24f3fb371e1149f9d9 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include "myqmlelement2.hpp"

myQmlElement2::myQmlElement2(QObject *parent)
    : QObject{parent}
{

}