Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
examples.cpp
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
5// myapp.cpp
6#include "myapp.h"
7#include <QObject>
8
9class MyApp : public QObject {
11public:
12 MyApp() = default;
13};
14
15#include "myapp.moc"
[qt_wrap_cpp_4]
Definition examples.cpp:9
MyApp()=default
\inmodule QtCore
Definition qobject.h:103
#define Q_OBJECT