aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/declarativelyregistered.cpp
blob: 9893fa031116fd96b5897b80e7a69bce7470a62d (plain)
1
2
3
4
5
6
7
8
// 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  "declarativelyregistered.h"

PurelyDeclarativeSingleton::PurelyDeclarativeSingleton(QObject *parent) : QObject(parent) {};

#include "moc_declarativelyregistered.cpp"