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 | }; |
12 |
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 | }; |
12 |