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/
**
** This file is part of the QtCore module of the Qt Toolkit.
@ -52,6 +52,7 @@
//
#include <QtCore/qendian.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -51,7 +51,7 @@
// We mean it.
//
#include <QtCore/qglobal.h>
#include <QtCore/private/qglobal_p.h>
#include <QtCore/qvariant.h>
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/
**
** This file is part of the QtCore module of the Qt Toolkit.
@ -53,6 +53,7 @@
//
#include <QtCore/qbytearray.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE

View File

@ -51,7 +51,7 @@
// We mean it.
//
#include <QtCore/qglobal.h>
#include <QtCore/private/qglobal_p.h>
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/
**
** This file is part of the QtCore module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it.
//
#include <qglobal.h>
#include <private/qglobal_p.h>
#include <qproperty.h>
#include <qscopedpointer.h>

View File

@ -55,6 +55,7 @@
#include <QtCore/qstring.h>
#include <QtCore/qstringview.h>
#include <QtCore/qt_windows.h>
#include <QtCore/private/qglobal_p.h>
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/
**
** This file is part of the QtCore module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it.
//
#include <qglobal.h>
#include <private/qglobal_p.h>
#include <emscripten/val.h>
#include <cstdint>
#include <functional>

View File

@ -42,6 +42,7 @@
#define QCBORCOMMON_P_H
#include "qcborcommon.h"
#include "private/qglobal_p.h"
//
// 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/
**
** This file is part of the QtCore module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it.
//
#include <qglobal.h>
#include <private/qglobal_p.h>
#if defined(Q_CC_MSVC) && (defined(QT_BOOTSTRAPPED) || defined(QT_NO_DOUBLECONVERSION))
# include <stdio.h>

View File

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

View File

@ -51,7 +51,7 @@
// 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>)
# include <sanitizer/tsan_interface.h>

View File

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

View File

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

View File

@ -50,7 +50,7 @@
// We mean it.
//
#include <qglobal.h>
#include <private/qglobal_p.h>
#if __has_include(<memory_resource>)
# 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/
**
** This file is part of the QtCore module of the Qt Toolkit.
@ -52,6 +52,7 @@
//
#include "qlist.h"
#include "private/qglobal_p.h"
#include <algorithm>
#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/
**
** This file is part of the QtCore module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it.
//
#include "QtCore/qglobal.h"
#include "QtCore/private/qglobal_p.h"
#include <array>
#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/
**
** This file is part of the QtGui module of the Qt Toolkit.
@ -55,6 +55,7 @@
#include <QtCore/QString>
#include <QtDBus/QDBusConnection>
#include <QtDBus/QDBusVariant>
#include <QtCore/private/qglobal_p.h>
Q_MOC_INCLUDE(<QtDBus/QDBusError>)
QT_BEGIN_NAMESPACE

View File

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

View File

@ -53,6 +53,7 @@
#include <QtCore/qlist.h>
#include <QtGui/qsurfaceformat.h>
#include <QtCore/private/qglobal_p.h>
#include <X11/Xlib.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/
**
** This file is part of the QtGui module of the Qt Toolkit.
@ -53,6 +53,7 @@
#include <QtGui/qtguiglobal.h>
#include <QtCore/qpoint.h>
#include <QtCore/private/qglobal_p.h>
#include <cmath>
QT_BEGIN_NAMESPACE

View File

@ -53,6 +53,7 @@
#include <QtCore/qbytearray.h>
#include <QtGui/qtguiglobal.h>
#include <QtCore/private/qglobal_p.h>
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/
**
** This file is part of the QtGui module of the Qt Toolkit.
@ -51,6 +51,7 @@
//
#include <qimage.h>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE

View File

@ -52,6 +52,7 @@
//
#include <qmath.h>
#include <private/qglobal_p.h>
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/
**
** This file is part of the QtGui module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it.
//
#include <QtCore/qglobal.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE

View File

@ -55,6 +55,7 @@
#include <QtGui/qimage.h>
#include <QtGui/qrgba64.h>
#include <QtGui/qrgbafloat.h>
#include <QtCore/private/qglobal_p.h>
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/
**
** This file is part of the QtGui module of the Qt Toolkit.
@ -52,6 +52,7 @@
//
#include <qpa/qplatformbackingstore.h>
#include <private/qglobal_p.h>
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/
**
** This file is part of the QtGui module of the Qt Toolkit.
@ -56,6 +56,7 @@
#include <QtDBus/QDBusVariant>
#include <QtGui/qtgui-config.h>
#include <QtCore/private/qglobal_p.h>
Q_MOC_INCLUDE(<QtDBus/QDBusError>)
QT_BEGIN_NAMESPACE

View File

@ -66,6 +66,7 @@
#include <QtDBus/QDBusAbstractInterface>
#include <QtDBus/QDBusConnection>
#include <QtDBus/QDBusReply>
#include <QtCore/private/qglobal_p.h>
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/
**
** This file is part of the QtGui module of the Qt Toolkit.
@ -57,6 +57,7 @@
#include <QDBusConnection>
#include <QDBusObjectPath>
#include <QPixmap>
#include <private/qglobal_p.h>
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/
**
** This file is part of the QtGui module of the Qt Toolkit.
@ -73,6 +73,7 @@
#include <QDBusAbstractInterface>
#include <QDBusPendingReply>
#include <QDBusReply>
#include <private/qglobal_p.h>
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/
**
** This file is part of the plugins of the Qt Toolkit.
@ -52,6 +52,7 @@
#define QGENERICUNIXEVENTDISPATCHER_P_H
#include <QtGui/qtguiglobal.h>
#include <QtCore/private/qglobal_p.h>
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/
**
** This file is part of the plugins of the Qt Toolkit.
@ -53,6 +53,7 @@
#include <qpa/qplatformservices.h>
#include <QtCore/QString>
#include <QtCore/private/qglobal_p.h>
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/
**
** This file is part of the plugins of the Qt Toolkit.
@ -55,6 +55,7 @@
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtGui/QFont>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE

View File

@ -52,6 +52,7 @@
//
#include <QtGui/qtguiglobal.h>
#include <QtCore/private/qglobal_p.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/
**
** This file is part of the QtGui module of the Qt Toolkit.
@ -55,6 +55,7 @@
#include <QtCore/qstring.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qlist.h>
#include <QtCore/private/qglobal_p.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/
**
** This file is part of the QtGui module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it.
//
#include <qglobal.h>
#include <private/qglobal_p.h>
#include <cstdint>
#include <functional>

View File

@ -55,6 +55,7 @@
#include <QtCore/qvariant.h>
#include <QtGui/qtguiglobal.h>
#include <QtCore/private/qglobal_p.h>
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/
**
** This file is part of the Qt Gui module
@ -51,7 +51,7 @@
// We mean it.
//
#include <QtCore/qglobal.h>
#include <QtCore/private/qglobal_p.h>
#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/
**
** This file is part of the Qt Gui module
@ -54,6 +54,7 @@
#include <QtGui/qtguiglobal.h>
#include <QtCore/QString>
#include <QtCore/QList>
#include <QtCore/private/qglobal_p.h>
#include <array>
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/
**
** This file is part of the plugins of the Qt Toolkit.
@ -54,6 +54,7 @@
#include <qpa/qplatformfontdatabase.h>
#include <QtCore/QByteArray>
#include <QtCore/QString>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE

View File

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

View File

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

View File

@ -58,6 +58,7 @@
#include <QtGui/qtextlist.h>
#include <QtCore/qpointer.h>
#include <QtCore/qstack.h>
#include <QtCore/private/qglobal_p.h>
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/
**
** This file is part of the plugins of the Qt Toolkit.
@ -54,6 +54,7 @@
#include <QtCore/QtGlobal>
#include <QtCore/qt_windows.h>
#include <QtGui/QImage>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE

View File

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

View File

@ -58,6 +58,8 @@
// We mean it.
//
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE
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/
**
** This file is part of the QtGui module of the Qt Toolkit.
@ -55,6 +55,7 @@
#include <QSharedDataPointer>
#include <QLoggingCategory>
#include <QDebug>
#include <private/qglobal_p.h>
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/
**
** This file is part of the plugins of the Qt Toolkit.
@ -55,6 +55,7 @@
#include <QtCore/QLibrary>
#include <qpa/qplatformvulkaninstance.h>
#include <private/qglobal_p.h>
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/
**
** This file is part of the QtNetwork module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it.
//
#include <QtCore/qglobal.h>
#include <QtCore/private/qglobal_p.h>
#include <QtCore/qdebug.h>
#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/
**
** This file is part of the QtNetwork module of the Qt Toolkit.
@ -52,7 +52,7 @@
//
#include <QtCore/qbytearray.h>
#include <QtCore/qglobal.h>
#include <QtCore/private/qglobal_p.h>
#include <QtCore/qpair.h>
#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/
**
** This file is part of the QtNetwork module of the Qt Toolkit.
@ -54,7 +54,7 @@
#include <QtNetwork/qnetworkreply.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qglobal.h>
#include <QtCore/private/qglobal_p.h>
#include <QtCore/qmap.h>
// Different HTTP/2 constants/values as defined by RFC 7540.

View File

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

View File

@ -60,6 +60,7 @@
#include <QtCore/qobject.h>
#include <QtCore/qflags.h>
#include <QtCore/qbytearrayview.h>
#include <QtCore/private/qglobal_p.h>
#if QT_CONFIG(ssl)
#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/
**
** This file is part of the plugins of the Qt Toolkit.
@ -56,6 +56,7 @@
#include <QtCore/QTimer>
#include <QtOpenGL/QOpenGLTextureBlitter>
#include <QtGui/QMatrix4x4>
#include <QtCore/private/qglobal_p.h>
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/
**
** This file is part of the plugins of the Qt Toolkit.
@ -56,6 +56,7 @@
#include <qpa/qplatformbackingstore.h>
#include <QImage>
#include <QRegion>
#include <private/qglobal_p.h>
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/
**
** This file is part of the QtOpenGL module of the Qt Toolkit.
@ -53,6 +53,7 @@
#include <QtOpenGL/qtopenglglobal.h>
#include <QOpenGLShaderProgram>
#include <private/qglobal_p.h>
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/
**
** This file is part of the QtOpenGL module of the Qt Toolkit.
@ -52,6 +52,7 @@
//
#include <qopenglpaintdevice.h>
#include <private/qglobal_p.h>
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/
**
** This file is part of the QtOpenGL module of the Qt Toolkit.
@ -52,6 +52,7 @@
#define QOPENGLSHADERCACHE_P_H
#include <QtOpenGL/qtopenglglobal.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE

View File

@ -52,6 +52,7 @@
//
#include <QtOpenGL/qtopenglglobal.h>
#include <QtCore/private/qglobal_p.h>
#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/
**
** This file is part of the QtOpenGL module of the Qt Toolkit.
@ -54,6 +54,7 @@
#include <QtOpenGL/qtopenglglobal.h>
#include <QtGui/qopengl.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE

View File

@ -53,6 +53,7 @@
#include <QtOpenGL/qtopenglglobal.h>
#include <qvulkaninstance.h>
#include <private/qglobal_p.h>
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/
**
** This file is part of the plugins of the Qt Toolkit.
@ -54,6 +54,7 @@
#include <QObject>
#include <QSocketNotifier>
#include <QStringList>
#include <private/qglobal_p.h>
#define QT_EVDEV_DEVICE_PATH "/dev/input/"
#define QT_EVDEV_DEVICE_PREFIX "event"

View File

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

View File

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

View File

@ -52,6 +52,7 @@
//
#include "qnamespace.h"
#include "private/qglobal_p.h"
#ifdef Q_OS_FREEBSD
#include <dev/evdev/input.h>
#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/
**
** This file is part of the QtGui module of the Qt Toolkit.
@ -54,6 +54,7 @@
#include <qobject.h>
#include <QTimer>
#include <QDataStream>
#include <private/qglobal_p.h>
#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/
**
** This file is part of the QtGui module of the Qt Toolkit.
@ -55,6 +55,7 @@
#include <QString>
#include <QPoint>
#include <QEvent>
#include <private/qglobal_p.h>
#include <memory>

View File

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

View File

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

View File

@ -41,6 +41,7 @@
#define QLIBINPUTPOINTER_P_H
#include <QtCore/QPoint>
#include <QtCore/private/qglobal_p.h>
//
// 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/
**
** This file is part of the plugins module of the Qt Toolkit.
@ -44,6 +44,7 @@
#include <QtCore/QList>
#include <QtCore/QPointer>
#include <qpa/qwindowsysteminterface.h>
#include <private/qglobal_p.h>
//
// W A R N I N G

View File

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

View File

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

View File

@ -53,6 +53,7 @@
#include <QString>
#include <QHash>
#include <private/qglobal_p.h>
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/
**
** This file is part of the plugins module of the Qt Toolkit.
@ -52,6 +52,7 @@
//
#include <QObject>
#include <private/qglobal_p.h>
struct tsdev;

View File

@ -52,6 +52,7 @@
//
#include <qpa/qplatformprintdevice.h>
#include <private/qglobal_p.h>
#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/
**
** This file is part of the QtPrintSupport module of the Qt Toolkit.
@ -52,6 +52,7 @@
//
#include <qpa/qplatformprintersupport.h>
#include <private/qglobal_p.h>
#ifndef QT_NO_PRINTER
#include <QtPrintSupport/qtprintsupportglobal.h>

View File

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

View File

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

View File

@ -52,6 +52,7 @@
//
#include <QtTest/qttestglobal.h>
#include <QtCore/private/qglobal_p.h>
#include <stdio.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/
**
** This file is part of the QtTest module of the Qt Toolkit.
@ -52,6 +52,7 @@
//
#include <QtTest/qbenchmark.h>
#include <QtCore/private/qglobal_p.h>
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/
**
** This file is part of the QtTest module of the Qt Toolkit.
@ -53,6 +53,7 @@
#include <QtTest/qttestglobal.h>
#include <QtTest/qbenchmarkmetric.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE

View File

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

View File

@ -55,6 +55,7 @@
#include <QtCore/QProperty>
#include <QtTest/QSignalSpy>
#include <QTest>
#include <private/qglobal_p.h>
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/
**
** This file is part of the QtTest module of the Qt Toolkit.
@ -51,7 +51,7 @@
// We mean it.
//
#include <qglobal.h>
#include <private/qglobal_p.h>
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/
**
** This file is part of the QtTest module of the Qt Toolkit.
@ -52,6 +52,7 @@
//
#include <QtTest/qttestglobal.h>
#include <QtCore/private/qglobal_p.h>
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/
**
** This file is part of the QtTest module of the Qt Toolkit.
@ -52,6 +52,7 @@
//
#include <QtTest/qttestglobal.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE

View File

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

View File

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

View File

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

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