Tests: include QTest, not QtTest
Never use module-wide inclusions. They blow up build times. For QtTest this is usually just a typo (QTest was meant instead). Add missing includes as needed. In the diffs I've spotted other huge inclusions (QtQuick, QtQml), but those need more attention. Task-number: QTQAINFRA-7110 Pick-to: 6.9 6.8 Change-Id: I74bf3fe212f50a7a3a6af2b1c80bbcaabc2516d7 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
b417a509f5
commit
fb4abf95c1
|
@ -1,9 +1,9 @@
|
|||
// Copyright (C) 2019 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtCore>
|
||||
#include <QtQml>
|
||||
#include <QtTest>
|
||||
#include <QQmlEngine>
|
||||
#include <QQmlComponent>
|
||||
#include <QTest>
|
||||
|
||||
class tst_QQC : public QObject
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <QtCore>
|
||||
#include <QtQml>
|
||||
#include <QtTest>
|
||||
#include <QTest>
|
||||
|
||||
class tst_QQC : public QObject
|
||||
{
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
#include <QTest>
|
||||
#include <QLibraryInfo>
|
||||
|
||||
class tst_models : public QObject
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <QtQml/qqmlengine.h>
|
||||
#include <QtQml/qqmlcomponent.h>
|
||||
#include <QtQml/qqmlextensionplugin.h>
|
||||
#include <QtTest>
|
||||
#include <QTest>
|
||||
|
||||
Q_IMPORT_QML_PLUGIN(duck_tickPlugin)
|
||||
Q_IMPORT_QML_PLUGIN(duck_trickPlugin)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <QtCore/QDirIterator>
|
||||
#include <QtGui/QGuiApplication>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQml/qqmlengine.h>
|
||||
#include <QtQml/qqmlextensionplugin.h>
|
||||
#include <QtQml/qqmlcomponent.h>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <QtCore>
|
||||
#include <QtQml>
|
||||
#include <QtTest>
|
||||
#include <QTest>
|
||||
|
||||
class tst_cmake_qmllint : public QObject
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QtCore/QScopedPointer>
|
||||
#include <QtCore/QSettings>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <qmath.h>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <qmath.h>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2021 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtCore/QtMath>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qquickparticleemitter_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include "../shared/particlestestsshared.h"
|
||||
#include <private/qquickparticlesystem_p.h>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#ifndef PARTICLES_TESTS_SHARED
|
||||
#define PARTICLES_TESTS_SHARED
|
||||
#include <QtQuick/QQuickView>
|
||||
#include <QtTest>
|
||||
#include <QTest>
|
||||
#include <QAbstractAnimation>
|
||||
#include <QScopedPointer>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include <QtQml/private/qabstractanimationjob_p.h>
|
||||
#include <QtQml/private/qanimationgroupjob_p.h>
|
||||
#include <QtTest>
|
||||
#include <QTest>
|
||||
|
||||
class tst_QAbstractAnimationJob : public QObject
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
#include <QtQml/private/qanimationgroupjob_p.h>
|
||||
#include <QtQml/private/qsequentialanimationgroupjob_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
#include <QtQml/private/qparallelanimationgroupjob_p.h>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
#include <QtQml/private/qpauseanimationjob_p.h>
|
||||
#include <QtQml/private/qsequentialanimationgroupjob_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQml/private/qsequentialanimationgroupjob_p.h>
|
||||
#include <QtQml/private/qparallelanimationgroupjob_p.h>
|
||||
#include <QtQml/private/qpauseanimationjob_p.h>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#define TST_QQMLJSTYPEDESCRIPTIONREADER_H
|
||||
|
||||
#include <QtQmlCompiler/private/qqmljstypedescriptionreader_p.h>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQuickTestUtils/private/qmlutils_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <qqmldebugprocess_p.h>
|
||||
#include <QtTest>
|
||||
#include <QTest>
|
||||
|
||||
#include <QtCore/qcoreapplication.h>
|
||||
#include <QtCore/qscopedpointer.h>
|
||||
|
|
|
@ -2,7 +2,10 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtQuickTestUtils/private/qmlutils_p.h>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
#include <QtCore/QTimer>
|
||||
#include <QtCore/QEventLoop>
|
||||
|
||||
#include "qv4datacollector.h"
|
||||
#include "qv4debugger.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include <QLibraryInfo>
|
||||
#include <QProcess>
|
||||
#include <QtQuickTestUtils/private/qmlutils_p.h>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
#include "test262runner.h"
|
||||
#include "private/qqmlbuiltinfunctions_p.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQuickTestUtils/private/qmlutils_p.h>
|
||||
#include <QtCore/qplugin.h>
|
||||
#include <QtQml/private/qqmljslexer_p.h>
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
|
||||
#include <private/qqmldata_p.h>
|
||||
#include <qjsengine.h>
|
||||
|
@ -20,6 +21,12 @@
|
|||
#include <QtQml/qqmllist.h>
|
||||
#include <QtQuickTestUtils/private/qmlutils_p.h>
|
||||
#include <private/qv4functionobject_p.h>
|
||||
#include <QItemSelection>
|
||||
#include <QItemSelectionRange>
|
||||
#include <QJsonArray>
|
||||
#include <QQueue>
|
||||
#include <QStack>
|
||||
#include <QTranslator>
|
||||
|
||||
#ifdef Q_CC_MSVC
|
||||
#define NO_INLINE __declspec(noinline)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQml/QtQml>
|
||||
#include <QtQuickTestUtils/private/qmlutils_p.h>
|
||||
|
||||
|
|
|
@ -7,8 +7,12 @@
|
|||
#include <private/qjsvalue_p.h>
|
||||
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtCore/qbuffer.h>
|
||||
#include <QtCore/qdatetime.h>
|
||||
#include <QtCore/qmutex.h>
|
||||
#include <QtCore/qsequentialiterable.h>
|
||||
#include <QtCore/qthread.h>
|
||||
#include <QtCore/qwaitcondition.h>
|
||||
#include <QtQml/qqmlengine.h>
|
||||
#include <QtQml/qqmlcomponent.h>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include <QtCore/qnumeric.h>
|
||||
#include <qjsengine.h>
|
||||
#include <qjsvalue.h>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
class tst_QJSValue : public QObject
|
||||
{
|
||||
|
|
|
@ -2,8 +2,11 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
#include <QHash>
|
||||
#include <QMap>
|
||||
#include <QStringList>
|
||||
#include <QJSEngine>
|
||||
#include <QJSValue>
|
||||
#include <QJSValueIterator>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2023 The Qt Company Ltd.
|
||||
|
||||
#include <QtTest>
|
||||
#include <QTest>
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtCore/qdir.h>
|
||||
#include <QtCore/qfile.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2019 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QDir>
|
||||
#include <QFile>
|
||||
#include <QProcess>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
// Copyright (C) 2025 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QDir>
|
||||
#include <QFile>
|
||||
#include <QLibraryInfo>
|
||||
#include <QProcess>
|
||||
#include <QString>
|
||||
#include <QTemporaryDir>
|
||||
|
|
|
@ -1,9 +1,15 @@
|
|||
// Copyright (C) 2020 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QDir>
|
||||
#include <QJsonArray>
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonObject>
|
||||
#include <QLibraryInfo>
|
||||
#include <QProcess>
|
||||
#include <QString>
|
||||
#include <QTemporaryFile>
|
||||
#include <QtQuickTestUtils/private/qmlutils_p.h>
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Copyright (C) 2021 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QProcess>
|
||||
#include <QString>
|
||||
#include <QtQuickTestUtils/private/qmlutils_p.h>
|
||||
|
@ -11,6 +11,8 @@
|
|||
#include <QtQmlToolingSettings/private/qqmltoolingsettings_p.h>
|
||||
#include <QtCore/qplugin.h>
|
||||
#include <QtCore/qcomparehelpers.h>
|
||||
#include <QtCore/qdiriterator.h>
|
||||
#include <QtCore/qlibraryinfo.h>
|
||||
|
||||
Q_IMPORT_PLUGIN(LintPlugin)
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
// Copyright (C) 2021 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
#include <QtQml/qqmlcomponent.h>
|
||||
#include <QtQml/qqmlengine.h>
|
||||
#include <QtQml/qqmlexpression.h>
|
||||
|
@ -10,7 +11,10 @@
|
|||
#include <QtCore/qfileinfo.h>
|
||||
#include <QtCore/qdebug.h>
|
||||
#include <QtCore/qdir.h>
|
||||
#include <QtCore/qlibraryinfo.h>
|
||||
#include <QtCore/qnumeric.h>
|
||||
#include <QtCore/qprocess.h>
|
||||
#include <QtCore/qtemporaryfile.h>
|
||||
#include <private/qqmlengine_p.h>
|
||||
#include <private/qqmlvmemetaobject_p.h>
|
||||
#include <private/qv4qmlcontext_p.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtCore>
|
||||
#include <QtTest>
|
||||
#include <QTest>
|
||||
#include <QtQml>
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtCore>
|
||||
#include <QtTest>
|
||||
#include <QTest>
|
||||
#include <QQmlFile>
|
||||
|
||||
class tst_qqmlfile : public QObject
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2021 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQuickTestUtils/private/qmlutils_p.h>
|
||||
|
||||
#include <QtCore/qfileinfo.h>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <QtQuickTestUtils/private/qmlutils_p.h>
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
class tst_qqmljsutils: public QQmlDataTest
|
||||
{
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
#include <QtCore/QScopedPointer>
|
||||
#include <QtQml/qqmlcomponent.h>
|
||||
#include <QtQml/qqmlengine.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2018 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
#include <QString>
|
||||
#include <QtTest>
|
||||
#include <QTest>
|
||||
#include <QQmlEngine>
|
||||
#include <QQmlComponent>
|
||||
#include <QDebug>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QtCore/QScopedPointer>
|
||||
#include <QtCore/QSettings>
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
// Copyright (C) 2016 Canonical Limited and/or its subsidiary(-ies).
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtCore/QTimer>
|
||||
#include <QtCore/QRandomGenerator>
|
||||
#include <QtQml/qqmlengine.h>
|
||||
#include <QtQml/qqmlfile.h>
|
||||
#include <QtQml/qqmlnetworkaccessmanagerfactory.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
#include <QtQml/qqmlengine.h>
|
||||
#include <QtQml/qqmlcomponent.h>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
// Copyright (C) 2018 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#if QT_CONFIG(process)
|
||||
#include <QtCore/qprocess.h>
|
||||
#endif
|
||||
#include <QtCore/qlibraryinfo.h>
|
||||
#include <QtCore/qtemporaryfile.h>
|
||||
#include <QtQml/qqml.h>
|
||||
#include <QtQml/qqmlapplicationengine.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2018 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QQmlEngine>
|
||||
#include <QtQml>
|
||||
#include <QWidget>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include <QtQmlDom/private/qqmldomfieldfilter_p.h>
|
||||
#include <QtQmlDom/private/qqmldomscriptelements_p.h>
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtCore/QCborValue>
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtCore/QLibraryInfo>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include "tst_qmldomerrormessage.h"
|
||||
#include <QtQmlDom/private/qqmldomerrormessage_p.h>
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QTextStream>
|
||||
#include <QDebug>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtQmlDom/qqmldom_global.h>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace QQmlJS {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
class TestFileLocations : public QObject
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <QtQmlDom/private/qqmldomtop_p.h>
|
||||
#include <QtQmlDom/private/qqmldomastdumper_p.h>
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QCborValue>
|
||||
#include <QDebug>
|
||||
#include <QLibraryInfo>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <QtQmlDom/private/qqmldompath_p.h>
|
||||
#include <QtQmlDom/private/qqmldomitem_p.h>
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace QQmlJS {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <QtQmlDom/private/qqmldomtop_p.h>
|
||||
#include <QtQmlDom/private/qqmldomreformatter_p.h>
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QCborValue>
|
||||
#include <QDebug>
|
||||
#include <QLibraryInfo>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#define TST_QMLDOMSTRINGDUMPER_H
|
||||
#include <QtQmlDom/private/qqmldomstringdumper_p.h>
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QTextStream>
|
||||
#include <QDebug>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtCore/qregularexpression.h>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQml/qqmlapplicationengine.h>
|
||||
#include <QtQuick/qquickwindow.h>
|
||||
#include <QtQuickTemplates2/private/qquickbutton_p.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtCore/qregularexpression.h>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQml/qjsengine.h>
|
||||
|
||||
#include "backend.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQml/qqmlapplicationengine.h>
|
||||
#include <QtQuick/qquickwindow.h>
|
||||
#include <QtQuickTest/quicktest.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtCore/qregularexpression.h>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQml/qqmlapplicationengine.h>
|
||||
#include <QtQuick/qquickitem.h>
|
||||
#include <QtQuick/qquickwindow.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
#include <QtQuick/qsggeometry.h>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
#include <QtQuick/qsgnode.h>
|
||||
#include <QtQuick/private/qsgbatchrenderer_p.h>
|
||||
|
|
|
@ -79,7 +79,7 @@ private:
|
|||
#define emit
|
||||
#undef QT_NO_KEYWORDS
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
class tst_NoKeywords : public QObject
|
||||
{
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
|
||||
#include <QtGui/qstylehints.h>
|
||||
#include <QtQuick/qquickview.h>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
// Copyright (C) 2019 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
|
||||
#include <QtGui/qstylehints.h>
|
||||
#include <QtQml/qqmlengine.h>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
// Copyright (C) 2017 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
|
||||
#include <QtQml/qqmlengine.h>
|
||||
#include <QtQml/qqmlproperty.h>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
// Copyright (C) 2018 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
|
||||
#include <QtGui/qstylehints.h>
|
||||
#include <QtQml/private/qqmlglobal_p.h>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
// Copyright (C) 2018 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
|
||||
#include <QtQuick/qquickview.h>
|
||||
#include <QtQuick/qquickitem.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
#include <QtGui/QStyleHints>
|
||||
#include <QtGui/private/qeventpoint_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2018 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
#include <private/qdebug_p.h>
|
||||
#include <QtGui/qstylehints.h>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
// Copyright (C) 2018 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
|
||||
#include <QtQuick/qquickview.h>
|
||||
#include <QtQuick/qquickitem.h>
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
|
||||
#include <QtGui/qstylehints.h>
|
||||
#include <QtQuick/qquickview.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
#include <QtGui/QStyleHints>
|
||||
#include <qpa/qwindowsysteminterface.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/qtestaccessible.h>
|
||||
|
||||
#include <QtGui/qaccessible.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQuickTestUtils/private/qmlutils_p.h>
|
||||
#include <QtQuick/qquickview.h>
|
||||
#include <QtQuickTest/QtQuickTest>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2020 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQuickTest/quicktest.h>
|
||||
|
||||
#include <QtQuick/qquickview.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2021 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <qsignalspy.h>
|
||||
#include <QtQml/qqmlengine.h>
|
||||
#include <QtQml/qqmlcomponent.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2019 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <qsignalspy.h>
|
||||
#include <QtQml/qqmlengine.h>
|
||||
#include <QtQml/qqmlcomponent.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
#include <QtQuick/qquickitem.h>
|
||||
#include <QtQuick/qquickview.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
#include <QtQuick/qquickwindow.h>
|
||||
#include <QtQuick/private/qquickdrag_p_p.h>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
#include <QtCore/QMimeData>
|
||||
#include <QtGui/qstylehints.h>
|
||||
#include <QtQuick/qquickitem.h>
|
||||
#include <QtQuick/qquickview.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQml/QQmlEngine>
|
||||
#include <QtQml/QQmlProperty>
|
||||
#include <QtQuick/QQuickView>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2020 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtTest/QSignalSpy>
|
||||
#include <QtQuick/qquickview.h>
|
||||
#include <QtQuickTest/QtQuickTest>
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
#include <QFont>
|
||||
#include <QFontDatabase>
|
||||
#include <QString>
|
||||
#include <QtTest>
|
||||
#include <QTest>
|
||||
#include <QSignalSpy>
|
||||
#include <QCoreApplication>
|
||||
|
||||
#include <QtQuick/private/qquickfontmetrics_p.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtCore/qstringlistmodel.h>
|
||||
#include <QtGui/qaccessible.h>
|
||||
#include <QtQuick/qquickview.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <qtest.h>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <QtQml/qqmlengine.h>
|
||||
#include <QtQuick/qquickimageprovider.h>
|
||||
#include <private/qquickimage_p.h>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue