Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
doc_src_qtestevent.h
Go to the documentation of this file.
1
// Copyright (C) 2021 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
#include <QObject>
4
5
// dummy
6
class
TestGui
:
public
QObject
7
{
8
Q_OBJECT
9
public
:
10
void
testGui_data
();
11
};
QObject
\inmodule QtCore
Definition
qobject.h:90
TestGui
Definition
doc_src_qtestevent.h:7
TestGui::testGui_data
void testGui_data()
Definition
doc_src_qtestevent.cpp:9
Q_OBJECT
#define Q_OBJECT
Definition
qtmetamacros.h:117
qtbase
src
testlib
doc
snippets
code
doc_src_qtestevent.h
Generated by
1.9.7