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

#include "helloworld.h"

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