aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/qqmlcodemodel/data/sourceFolder/subSourceFolder/subsubSourceFolder/anotherqmlelement.cpp
blob: 9a89751eb8afa1d5e191a961299a7c91e9c66dc9 (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 "anotherqmlelement.h"

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

}