include std headers, avoid transitive include

This commit is contained in:
Yuhang Zhao 2023-07-29 15:57:03 +08:00
parent 4ed21585b4
commit c6ca6cc794
15 changed files with 15 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#pragma once
#include <FramelessHelper/Core/framelesshelpercore_global.h>
#include <optional>
FRAMELESSHELPER_BEGIN_NAMESPACE

View File

@ -25,6 +25,7 @@
#pragma once
#include <FramelessHelper/Core/framelesshelpercore_global.h>
#include <optional>
FRAMELESSHELPER_BEGIN_NAMESPACE

View File

@ -26,6 +26,7 @@
#include <FramelessHelper/Core/framelesshelpercore_global.h>
#include <QtCore/qvariant.h>
#include <optional>
#ifndef REGISTRYKEY_FORCE_QSETTINGS
# define REGISTRYKEY_FORCE_QSETTINGS (0)

View File

@ -25,6 +25,7 @@
#pragma once
#include <FramelessHelper/Core/framelesshelpercore_global.h>
#include <array>
FRAMELESSHELPER_BEGIN_NAMESPACE

View File

@ -25,6 +25,7 @@
#pragma once
#include <FramelessHelper/Core/framelesshelpercore_global.h>
#include <optional>
FRAMELESSHELPER_BEGIN_NAMESPACE

View File

@ -25,6 +25,7 @@
#pragma once
#include <FramelessHelper/Quick/framelesshelperquick_global.h>
#include <optional>
QT_BEGIN_NAMESPACE
class QQuickItem;

View File

@ -25,6 +25,7 @@
#pragma once
#include <FramelessHelper/Widgets/framelesshelperwidgets_global.h>
#include <optional>
QT_BEGIN_NAMESPACE
class QEnterEvent;

View File

@ -26,6 +26,7 @@
#include <FramelessHelper/Widgets/framelesshelperwidgets_global.h>
#include <QtGui/qfont.h>
#include <optional>
QT_BEGIN_NAMESPACE
class QPaintEvent;

View File

@ -23,6 +23,7 @@
*/
#include "framelessconfig_p.h"
#include <array>
#include <QtCore/qdir.h>
#include <QtCore/qsettings.h>
#include <QtCore/qcoreapplication.h>

View File

@ -30,6 +30,7 @@
#include "winverhelper_p.h"
#include "framelesshelper_windows.h"
#include "framelesshelpercore_global_p.h"
#include <optional>
#include <QtCore/qhash.h>
#include <QtCore/qvariant.h>
#include <QtCore/qcoreapplication.h>

View File

@ -28,6 +28,7 @@
#include "utils.h"
#include "framelessconfig_p.h"
#include "framelesshelpercore_global_p.h"
#include <optional>
#include <QtCore/qsysinfo.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qmutex.h>

View File

@ -24,6 +24,7 @@
#include "registrykey_p.h"
#include "framelesshelper_windows.h"
#include <array>
#include <QtCore/qloggingcategory.h>
#if REGISTRYKEY_QWINREGISTRYKEY
# include <QtCore/private/qwinregistry_p.h>

View File

@ -27,6 +27,7 @@
#ifdef Q_OS_WINDOWS
# include "winverhelper_p.h"
#endif // Q_OS_WINDOWS
#include <array>
#include <QtCore/qloggingcategory.h>
#include <QtGui/qwindow.h>
#include <QtGui/qscreen.h>

View File

@ -32,6 +32,7 @@
#include "framelesshelpercore_global_p.h"
#include "versionnumber_p.h"
#include "scopeguard_p.h"
#include <optional>
#include <QtCore/qhash.h>
#include <QtCore/qloggingcategory.h>
#include <QtGui/qwindow.h>

View File

@ -24,6 +24,7 @@
#include "winverhelper_p.h"
#include "utils.h"
#include <array>
FRAMELESSHELPER_BEGIN_NAMESPACE