Make sure all qtbase private headers include at least one other

See script in qtbase/util/includeprivate for the rules.

Since these files are being touched anyway, I also ran the
updatecopyright.pl script too.

Change-Id: Ib056b47dde3341ef9a52ffff13ef677e471674b6
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
Thiago Macieira 2015-07-09 15:20:59 -07:00
parent 51ff94ec92
commit 75e0d1b5c1
105 changed files with 157 additions and 77 deletions

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2017 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtCore module of the Qt Toolkit. ** This file is part of the QtCore module of the Qt Toolkit.
@ -52,6 +52,7 @@
// //
#include <QtCore/qendian.h> #include <QtCore/qendian.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -53,6 +53,7 @@
// //
#include "QtCore/qlibraryinfo.h" #include "QtCore/qlibraryinfo.h"
#include "QtCore/private/qglobal_p.h"
#if QT_CONFIG(settings) #if QT_CONFIG(settings)
# include "QtCore/qsettings.h" # include "QtCore/qsettings.h"

View File

@ -51,6 +51,8 @@
// We mean it. // We mean it.
// //
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
namespace QtPrivate { namespace QtPrivate {

View File

@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
#include <QtCore/qloggingcategory.h> #include <QtCore/qloggingcategory.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -52,6 +52,7 @@
// //
#include "qoperatingsystemversion.h" #include "qoperatingsystemversion.h"
#include "private/qglobal_p.h"
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
#include <qt_windows.h> #include <qt_windows.h>

View File

@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
#include <qt_windows.h> #include <qt_windows.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -116,7 +116,7 @@
* qcoreapplication_baz above. * qcoreapplication_baz above.
*/ */
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
#include <QtCore/qscopeguard.h> #include <QtCore/qscopeguard.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -51,6 +51,8 @@
// We mean it. // We mean it.
// //
#include <QtCore/private/qglobal_p.h>
#include <winternl.h> #include <winternl.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
#if defined(Q_OS_WIN) && defined(Q_CC_MSVC) #if defined(Q_OS_WIN) && defined(Q_CC_MSVC)

View File

@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
#include <QtCore/qvariant.h> #include <QtCore/qvariant.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtCore module of the Qt Toolkit. ** This file is part of the QtCore module of the Qt Toolkit.
@ -53,6 +53,7 @@
// //
#include <QtCore/qbytearray.h> #include <QtCore/qbytearray.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
** **
** Copyright (C) 2020 The Qt Company Ltd. ** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtCore module of the Qt Toolkit. ** This file is part of the QtCore module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <qglobal.h> #include <private/qglobal_p.h>
#include <qproperty.h> #include <qproperty.h>
#include <qscopedpointer.h> #include <qscopedpointer.h>

View File

@ -55,6 +55,7 @@
#include <QtCore/qstring.h> #include <QtCore/qstring.h>
#include <QtCore/qstringview.h> #include <QtCore/qstringview.h>
#include <QtCore/qt_windows.h> #include <QtCore/qt_windows.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2019 The Qt Company Ltd. ** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtCore module of the Qt Toolkit. ** This file is part of the QtCore module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <qglobal.h> #include <private/qglobal_p.h>
#include <emscripten/val.h> #include <emscripten/val.h>
#include <cstdint> #include <cstdint>
#include <functional> #include <functional>

View File

@ -42,6 +42,7 @@
#define QCBORCOMMON_P_H #define QCBORCOMMON_P_H
#include "qcborcommon.h" #include "qcborcommon.h"
#include "private/qglobal_p.h"
// //
// W A R N I N G // W A R N I N G

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtCore module of the Qt Toolkit. ** This file is part of the QtCore module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <qglobal.h> #include <private/qglobal_p.h>
#if defined(Q_CC_MSVC) && (defined(QT_BOOTSTRAPPED) || defined(QT_NO_DOUBLECONVERSION)) #if defined(Q_CC_MSVC) && (defined(QT_BOOTSTRAPPED) || defined(QT_NO_DOUBLECONVERSION))
# include <stdio.h> # include <stdio.h>

View File

@ -55,6 +55,7 @@
#include <QtCore/qstring.h> #include <QtCore/qstring.h>
#include <QtCore/qendian.h> #include <QtCore/qendian.h>
#include <QtCore/qstringconverter.h> #include <QtCore/qstringconverter.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <qglobal.h> #include <private/qglobal_p.h>
#if (__has_feature(thread_sanitizer) || defined(__SANITIZE_THREAD__)) && __has_include(<sanitizer/tsan_interface.h>) #if (__has_feature(thread_sanitizer) || defined(__SANITIZE_THREAD__)) && __has_include(<sanitizer/tsan_interface.h>)
# include <sanitizer/tsan_interface.h> # include <sanitizer/tsan_interface.h>

View File

@ -53,6 +53,7 @@
// //
#include <QtCore/qmutex.h> #include <QtCore/qmutex.h>
#include <QtCore/private/qglobal_p.h>
#include <mutex> #include <mutex>

View File

@ -54,6 +54,7 @@
#include <QtCore/QWaitCondition> #include <QtCore/QWaitCondition>
#include <QtCore/QMutex> #include <QtCore/QMutex>
#include <QtCore/QDeadlineTimer> #include <QtCore/QDeadlineTimer>
#include <QtCore/private/qglobal_p.h>
#include <condition_variable> #include <condition_variable>
#include <mutex> #include <mutex>

View File

@ -50,7 +50,7 @@
// We mean it. // We mean it.
// //
#include <qglobal.h> #include <private/qglobal_p.h>
#if __has_include(<memory_resource>) #if __has_include(<memory_resource>)
# include <unordered_set> # include <unordered_set>

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2020 The Qt Company Ltd. ** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtCore module of the Qt Toolkit. ** This file is part of the QtCore module of the Qt Toolkit.
@ -52,6 +52,7 @@
// //
#include "qlist.h" #include "qlist.h"
#include "private/qglobal_p.h"
#include <algorithm> #include <algorithm>
#include <functional> #include <functional>

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2018 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtCore module of the Qt Toolkit. ** This file is part of the QtCore module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include "QtCore/qglobal.h" #include "QtCore/private/qglobal_p.h"
#include <array> #include <array>
#include <type_traits> #include <type_traits>

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtGui module of the Qt Toolkit. ** This file is part of the QtGui module of the Qt Toolkit.
@ -55,6 +55,7 @@
#include <QtCore/QString> #include <QtCore/QString>
#include <QtDBus/QDBusConnection> #include <QtDBus/QDBusConnection>
#include <QtDBus/QDBusVariant> #include <QtDBus/QDBusVariant>
#include <QtCore/private/qglobal_p.h>
Q_MOC_INCLUDE(<QtDBus/QDBusError>) Q_MOC_INCLUDE(<QtDBus/QDBusError>)
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -54,6 +54,7 @@
// q(data/text)stream.h must be included before any header file that defines Status // q(data/text)stream.h must be included before any header file that defines Status
#include <QtCore/qdatastream.h> #include <QtCore/qdatastream.h>
#include <QtCore/qtextstream.h> #include <QtCore/qtextstream.h>
#include <QtCore/private/qglobal_p.h>
#ifdef QT_EGL_NO_X11 #ifdef QT_EGL_NO_X11
# ifndef EGL_NO_X11 # ifndef EGL_NO_X11

View File

@ -53,6 +53,7 @@
#include <QtCore/qlist.h> #include <QtCore/qlist.h>
#include <QtGui/qsurfaceformat.h> #include <QtGui/qsurfaceformat.h>
#include <QtCore/private/qglobal_p.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <GL/glx.h> #include <GL/glx.h>

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2018 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtGui module of the Qt Toolkit. ** This file is part of the QtGui module of the Qt Toolkit.
@ -53,6 +53,7 @@
#include <QtGui/qtguiglobal.h> #include <QtGui/qtguiglobal.h>
#include <QtCore/qpoint.h> #include <QtCore/qpoint.h>
#include <QtCore/private/qglobal_p.h>
#include <cmath> #include <cmath>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -53,6 +53,7 @@
#include <QtCore/qbytearray.h> #include <QtCore/qbytearray.h>
#include <QtGui/qtguiglobal.h> #include <QtGui/qtguiglobal.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtGui module of the Qt Toolkit. ** This file is part of the QtGui module of the Qt Toolkit.
@ -51,6 +51,7 @@
// //
#include <qimage.h> #include <qimage.h>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -52,6 +52,7 @@
// //
#include <qmath.h> #include <qmath.h>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtGui module of the Qt Toolkit. ** This file is part of the QtGui module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -55,6 +55,7 @@
#include <QtGui/qimage.h> #include <QtGui/qimage.h>
#include <QtGui/qrgba64.h> #include <QtGui/qrgba64.h>
#include <QtGui/qrgbafloat.h> #include <QtGui/qrgbafloat.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtGui module of the Qt Toolkit. ** This file is part of the QtGui module of the Qt Toolkit.
@ -52,6 +52,7 @@
// //
#include <qpa/qplatformbackingstore.h> #include <qpa/qplatformbackingstore.h>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtGui module of the Qt Toolkit. ** This file is part of the QtGui module of the Qt Toolkit.
@ -56,6 +56,7 @@
#include <QtDBus/QDBusVariant> #include <QtDBus/QDBusVariant>
#include <QtGui/qtgui-config.h> #include <QtGui/qtgui-config.h>
#include <QtCore/private/qglobal_p.h>
Q_MOC_INCLUDE(<QtDBus/QDBusError>) Q_MOC_INCLUDE(<QtDBus/QDBusError>)
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -66,6 +66,7 @@
#include <QtDBus/QDBusAbstractInterface> #include <QtDBus/QDBusAbstractInterface>
#include <QtDBus/QDBusConnection> #include <QtDBus/QDBusConnection>
#include <QtDBus/QDBusReply> #include <QtDBus/QDBusReply>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtGui module of the Qt Toolkit. ** This file is part of the QtGui module of the Qt Toolkit.
@ -57,6 +57,7 @@
#include <QDBusConnection> #include <QDBusConnection>
#include <QDBusObjectPath> #include <QDBusObjectPath>
#include <QPixmap> #include <QPixmap>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtGui module of the Qt Toolkit. ** This file is part of the QtGui module of the Qt Toolkit.
@ -73,6 +73,7 @@
#include <QDBusAbstractInterface> #include <QDBusAbstractInterface>
#include <QDBusPendingReply> #include <QDBusPendingReply>
#include <QDBusReply> #include <QDBusReply>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the plugins of the Qt Toolkit. ** This file is part of the plugins of the Qt Toolkit.
@ -52,6 +52,7 @@
#define QGENERICUNIXEVENTDISPATCHER_P_H #define QGENERICUNIXEVENTDISPATCHER_P_H
#include <QtGui/qtguiglobal.h> #include <QtGui/qtguiglobal.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the plugins of the Qt Toolkit. ** This file is part of the plugins of the Qt Toolkit.
@ -53,6 +53,7 @@
#include <qpa/qplatformservices.h> #include <qpa/qplatformservices.h>
#include <QtCore/QString> #include <QtCore/QString>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the plugins of the Qt Toolkit. ** This file is part of the plugins of the Qt Toolkit.
@ -55,6 +55,7 @@
#include <QtCore/QString> #include <QtCore/QString>
#include <QtCore/QStringList> #include <QtCore/QStringList>
#include <QtGui/QFont> #include <QtGui/QFont>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -52,6 +52,7 @@
// //
#include <QtGui/qtguiglobal.h> #include <QtGui/qtguiglobal.h>
#include <QtCore/private/qglobal_p.h>
#include <xcb/xcb.h> #include <xcb/xcb.h>

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2018 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtGui module of the Qt Toolkit. ** This file is part of the QtGui module of the Qt Toolkit.
@ -55,6 +55,7 @@
#include <QtCore/qstring.h> #include <QtCore/qstring.h>
#include <QtCore/qloggingcategory.h> #include <QtCore/qloggingcategory.h>
#include <QtCore/qlist.h> #include <QtCore/qlist.h>
#include <QtCore/private/qglobal_p.h>
#include <xkbcommon/xkbcommon.h> #include <xkbcommon/xkbcommon.h>

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtGui module of the Qt Toolkit. ** This file is part of the QtGui module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <qglobal.h> #include <private/qglobal_p.h>
#include <cstdint> #include <cstdint>
#include <functional> #include <functional>

View File

@ -55,6 +55,7 @@
#include <QtCore/qvariant.h> #include <QtCore/qvariant.h>
#include <QtGui/qtguiglobal.h> #include <QtGui/qtguiglobal.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2019 The Qt Company Ltd. ** Copyright (C) 2021 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/ ** Contact: http://www.qt.io/licensing/
** **
** This file is part of the Qt Gui module ** This file is part of the Qt Gui module
@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
#ifdef Q_OS_WIN #ifdef Q_OS_WIN

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2019 The Qt Company Ltd. ** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the Qt Gui module ** This file is part of the Qt Gui module
@ -54,6 +54,7 @@
#include <QtGui/qtguiglobal.h> #include <QtGui/qtguiglobal.h>
#include <QtCore/QString> #include <QtCore/QString>
#include <QtCore/QList> #include <QtCore/QList>
#include <QtCore/private/qglobal_p.h>
#include <array> #include <array>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the plugins of the Qt Toolkit. ** This file is part of the plugins of the Qt Toolkit.
@ -54,6 +54,7 @@
#include <qpa/qplatformfontdatabase.h> #include <qpa/qplatformfontdatabase.h>
#include <QtCore/QByteArray> #include <QtCore/QByteArray>
#include <QtCore/QString> #include <QtCore/QString>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -54,6 +54,7 @@
#include <QtCore/qcache.h> #include <QtCore/qcache.h>
#include <QtGui/qfontdatabase.h> #include <QtGui/qfontdatabase.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -53,6 +53,7 @@
#include <QtCore/qobject.h> #include <QtCore/qobject.h>
#include <qtguiglobal.h> #include <qtguiglobal.h>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -58,6 +58,7 @@
#include <QtGui/qtextlist.h> #include <QtGui/qtextlist.h>
#include <QtCore/qpointer.h> #include <QtCore/qpointer.h>
#include <QtCore/qstack.h> #include <QtCore/qstack.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the plugins of the Qt Toolkit. ** This file is part of the plugins of the Qt Toolkit.
@ -54,6 +54,7 @@
#include <QtCore/QtGlobal> #include <QtCore/QtGlobal>
#include <QtCore/qt_windows.h> #include <QtCore/qt_windows.h>
#include <QtGui/QImage> #include <QtGui/QImage>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -61,6 +61,7 @@
#include <QtCore/qpoint.h> #include <QtCore/qpoint.h>
#include <QtCore/qsize.h> #include <QtCore/qsize.h>
#include <QtCore/qstring.h> #include <QtCore/qstring.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -58,6 +58,8 @@
// We mean it. // We mean it.
// //
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
struct VendorTable { struct VendorTable {

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2018 The Qt Company Ltd. ** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtGui module of the Qt Toolkit. ** This file is part of the QtGui module of the Qt Toolkit.
@ -55,6 +55,7 @@
#include <QSharedDataPointer> #include <QSharedDataPointer>
#include <QLoggingCategory> #include <QLoggingCategory>
#include <QDebug> #include <QDebug>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2017 The Qt Company Ltd. ** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the plugins of the Qt Toolkit. ** This file is part of the plugins of the Qt Toolkit.
@ -55,6 +55,7 @@
#include <QtCore/QLibrary> #include <QtCore/QLibrary>
#include <qpa/qplatformvulkaninstance.h> #include <qpa/qplatformvulkaninstance.h>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2018 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtNetwork module of the Qt Toolkit. ** This file is part of the QtNetwork module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
#include <QtCore/qdebug.h> #include <QtCore/qdebug.h>
#include <type_traits> #include <type_traits>

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtNetwork module of the Qt Toolkit. ** This file is part of the QtNetwork module of the Qt Toolkit.
@ -52,7 +52,7 @@
// //
#include <QtCore/qbytearray.h> #include <QtCore/qbytearray.h>
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
#include <QtCore/qpair.h> #include <QtCore/qpair.h>
#include <vector> #include <vector>

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtNetwork module of the Qt Toolkit. ** This file is part of the QtNetwork module of the Qt Toolkit.
@ -54,7 +54,7 @@
#include <QtNetwork/qnetworkreply.h> #include <QtNetwork/qnetworkreply.h>
#include <QtCore/qloggingcategory.h> #include <QtCore/qloggingcategory.h>
#include <QtCore/qmetatype.h> #include <QtCore/qmetatype.h>
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
#include <QtCore/qmap.h> #include <QtCore/qmap.h>
// Different HTTP/2 constants/values as defined by RFC 7540. // Different HTTP/2 constants/values as defined by RFC 7540.

View File

@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -60,6 +60,7 @@
#include <QtCore/qobject.h> #include <QtCore/qobject.h>
#include <QtCore/qflags.h> #include <QtCore/qflags.h>
#include <QtCore/qbytearrayview.h> #include <QtCore/qbytearrayview.h>
#include <QtCore/private/qglobal_p.h>
#if QT_CONFIG(ssl) #if QT_CONFIG(ssl)
#include <QtNetwork/qsslconfiguration.h> #include <QtNetwork/qsslconfiguration.h>

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the plugins of the Qt Toolkit. ** This file is part of the plugins of the Qt Toolkit.
@ -56,6 +56,7 @@
#include <QtCore/QTimer> #include <QtCore/QTimer>
#include <QtOpenGL/QOpenGLTextureBlitter> #include <QtOpenGL/QOpenGLTextureBlitter>
#include <QtGui/QMatrix4x4> #include <QtGui/QMatrix4x4>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the plugins of the Qt Toolkit. ** This file is part of the plugins of the Qt Toolkit.
@ -56,6 +56,7 @@
#include <qpa/qplatformbackingstore.h> #include <qpa/qplatformbackingstore.h>
#include <QImage> #include <QImage>
#include <QRegion> #include <QRegion>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtOpenGL module of the Qt Toolkit. ** This file is part of the QtOpenGL module of the Qt Toolkit.
@ -53,6 +53,7 @@
#include <QtOpenGL/qtopenglglobal.h> #include <QtOpenGL/qtopenglglobal.h>
#include <QOpenGLShaderProgram> #include <QOpenGLShaderProgram>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtOpenGL module of the Qt Toolkit. ** This file is part of the QtOpenGL module of the Qt Toolkit.
@ -52,6 +52,7 @@
// //
#include <qopenglpaintdevice.h> #include <qopenglpaintdevice.h>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtOpenGL module of the Qt Toolkit. ** This file is part of the QtOpenGL module of the Qt Toolkit.
@ -52,6 +52,7 @@
#define QOPENGLSHADERCACHE_P_H #define QOPENGLSHADERCACHE_P_H
#include <QtOpenGL/qtopenglglobal.h> #include <QtOpenGL/qtopenglglobal.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -52,6 +52,7 @@
// //
#include <QtOpenGL/qtopenglglobal.h> #include <QtOpenGL/qtopenglglobal.h>
#include <QtCore/private/qglobal_p.h>
#ifndef QT_NO_OPENGL #ifndef QT_NO_OPENGL

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2014 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Sean Harmer <sean.harmer@kdab.com> ** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Sean Harmer <sean.harmer@kdab.com>
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtOpenGL module of the Qt Toolkit. ** This file is part of the QtOpenGL module of the Qt Toolkit.
@ -54,6 +54,7 @@
#include <QtOpenGL/qtopenglglobal.h> #include <QtOpenGL/qtopenglglobal.h>
#include <QtGui/qopengl.h> #include <QtGui/qopengl.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -53,6 +53,7 @@
#include <QtOpenGL/qtopenglglobal.h> #include <QtOpenGL/qtopenglglobal.h>
#include <qvulkaninstance.h> #include <qvulkaninstance.h>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2018 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the plugins of the Qt Toolkit. ** This file is part of the plugins of the Qt Toolkit.
@ -54,6 +54,7 @@
#include <QObject> #include <QObject>
#include <QSocketNotifier> #include <QSocketNotifier>
#include <QStringList> #include <QStringList>
#include <private/qglobal_p.h>
#define QT_EVDEV_DEVICE_PATH "/dev/input/" #define QT_EVDEV_DEVICE_PATH "/dev/input/"
#define QT_EVDEV_DEVICE_PREFIX "event" #define QT_EVDEV_DEVICE_PREFIX "event"

View File

@ -53,6 +53,7 @@
#include <qpa/qplatformbackingstore.h> #include <qpa/qplatformbackingstore.h>
#include <QtCore/QMutex> #include <QtCore/QMutex>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -52,6 +52,7 @@
// //
#include <qpa/qplatformwindow.h> #include <qpa/qplatformwindow.h>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -52,6 +52,7 @@
// //
#include "qnamespace.h" #include "qnamespace.h"
#include "private/qglobal_p.h"
#ifdef Q_OS_FREEBSD #ifdef Q_OS_FREEBSD
#include <dev/evdev/input.h> #include <dev/evdev/input.h>
#else #else

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtGui module of the Qt Toolkit. ** This file is part of the QtGui module of the Qt Toolkit.
@ -54,6 +54,7 @@
#include <qobject.h> #include <qobject.h>
#include <QTimer> #include <QTimer>
#include <QDataStream> #include <QDataStream>
#include <private/qglobal_p.h>
#include <memory> #include <memory>

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtGui module of the Qt Toolkit. ** This file is part of the QtGui module of the Qt Toolkit.
@ -55,6 +55,7 @@
#include <QString> #include <QString>
#include <QPoint> #include <QPoint>
#include <QEvent> #include <QEvent>
#include <private/qglobal_p.h>
#include <memory> #include <memory>

View File

@ -37,7 +37,7 @@
** **
****************************************************************************/ ****************************************************************************/
#include <qglobal.h> #include <private/qglobal_p.h>
// //
// W A R N I N G // W A R N I N G

View File

@ -43,6 +43,7 @@
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QtCore/QScopedPointer> #include <QtCore/QScopedPointer>
#include <QtCore/QMap> #include <QtCore/QMap>
#include <QtCore/private/qglobal_p.h>
// //
// W A R N I N G // W A R N I N G

View File

@ -41,6 +41,7 @@
#define QLIBINPUTPOINTER_P_H #define QLIBINPUTPOINTER_P_H
#include <QtCore/QPoint> #include <QtCore/QPoint>
#include <QtCore/private/qglobal_p.h>
// //
// W A R N I N G // W A R N I N G

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the plugins module of the Qt Toolkit. ** This file is part of the plugins module of the Qt Toolkit.
@ -44,6 +44,7 @@
#include <QtCore/QList> #include <QtCore/QList>
#include <QtCore/QPointer> #include <QtCore/QPointer>
#include <qpa/qwindowsysteminterface.h> #include <qpa/qwindowsysteminterface.h>
#include <private/qglobal_p.h>
// //
// W A R N I N G // W A R N I N G

View File

@ -52,6 +52,7 @@
// //
#include <QString> #include <QString>
#include <private/qglobal_p.h>
#include <vector> #include <vector>
#include <memory> #include <memory>

View File

@ -55,6 +55,7 @@
#include <QString> #include <QString>
#include <QStringList> #include <QStringList>
#include <QStringView> #include <QStringView>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -53,6 +53,7 @@
#include <QString> #include <QString>
#include <QHash> #include <QHash>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the plugins module of the Qt Toolkit. ** This file is part of the plugins module of the Qt Toolkit.
@ -52,6 +52,7 @@
// //
#include <QObject> #include <QObject>
#include <private/qglobal_p.h>
struct tsdev; struct tsdev;

View File

@ -52,6 +52,7 @@
// //
#include <qpa/qplatformprintdevice.h> #include <qpa/qplatformprintdevice.h>
#include <private/qglobal_p.h>
#ifndef QT_NO_PRINTER #ifndef QT_NO_PRINTER

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtPrintSupport module of the Qt Toolkit. ** This file is part of the QtPrintSupport module of the Qt Toolkit.
@ -52,6 +52,7 @@
// //
#include <qpa/qplatformprintersupport.h> #include <qpa/qplatformprintersupport.h>
#include <private/qglobal_p.h>
#ifndef QT_NO_PRINTER #ifndef QT_NO_PRINTER
#include <QtPrintSupport/qtprintsupportglobal.h> #include <QtPrintSupport/qtprintsupportglobal.h>

View File

@ -56,6 +56,7 @@
#include <QtPrintSupport/qtprintsupportglobal.h> #include <QtPrintSupport/qtprintsupportglobal.h>
#include <QtCore/qt_windows.h> #include <QtCore/qt_windows.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -54,6 +54,7 @@
#include <QtPrintSupport/qtprintsupportglobal.h> #include <QtPrintSupport/qtprintsupportglobal.h>
#include <qpa/qplatformprintersupport.h> #include <qpa/qplatformprintersupport.h>
#include <private/qglobal_p.h>
#ifndef QT_NO_PRINTER #ifndef QT_NO_PRINTER
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -52,6 +52,7 @@
// //
#include <QtTest/qttestglobal.h> #include <QtTest/qttestglobal.h>
#include <QtCore/private/qglobal_p.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtTest module of the Qt Toolkit. ** This file is part of the QtTest module of the Qt Toolkit.
@ -52,6 +52,7 @@
// //
#include <QtTest/qbenchmark.h> #include <QtTest/qbenchmark.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2018 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtTest module of the Qt Toolkit. ** This file is part of the QtTest module of the Qt Toolkit.
@ -53,6 +53,7 @@
#include <QtTest/qttestglobal.h> #include <QtTest/qttestglobal.h>
#include <QtTest/qbenchmarkmetric.h> #include <QtTest/qbenchmarkmetric.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -40,7 +40,7 @@
// We mean it. // We mean it.
// //
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
#if defined(Q_OS_LINUX) && defined(Q_PROCESSOR_ARM) #if defined(Q_OS_LINUX) && defined(Q_PROCESSOR_ARM)
#define SHOULD_CHECK_ARM_ON_X86 #define SHOULD_CHECK_ARM_ON_X86

View File

@ -55,6 +55,7 @@
#include <QtCore/QProperty> #include <QtCore/QProperty>
#include <QtTest/QSignalSpy> #include <QtTest/QSignalSpy>
#include <QTest> #include <QTest>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtTest module of the Qt Toolkit. ** This file is part of the QtTest module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <qglobal.h> #include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2018 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtTest module of the Qt Toolkit. ** This file is part of the QtTest module of the Qt Toolkit.
@ -52,6 +52,7 @@
// //
#include <QtTest/qttestglobal.h> #include <QtTest/qttestglobal.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtTest module of the Qt Toolkit. ** This file is part of the QtTest module of the Qt Toolkit.
@ -52,6 +52,7 @@
// //
#include <QtTest/qttestglobal.h> #include <QtTest/qttestglobal.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -55,6 +55,7 @@
#include <QtCore/QString> #include <QtCore/QString>
#include <QtCore/QChar> #include <QtCore/QChar>
#include <QtCore/QPoint> #include <QtCore/QPoint>
#include <QtCore/private/qglobal_p.h>
#ifdef QT_GUI_LIB #ifdef QT_GUI_LIB
#include <QtGui/QGuiApplication> #include <QtGui/QGuiApplication>

View File

@ -51,7 +51,7 @@
// We mean it. // We mean it.
// //
#include <QtCore/qglobal.h> #include <QtCore/private/qglobal_p.h>
#include <vector> #include <vector>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -52,6 +52,7 @@
// //
#include <QtTest/qttestglobal.h> #include <QtTest/qttestglobal.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

Some files were not shown because too many files have changed in this diff Show More