Utils: Fix build with Qt6.4

Amends ba3f0bc841.

Change-Id: Ib405096a51f4c2583e9e3c281bfea8f6eaa44b48
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Christian Stenger
2024-03-19 06:37:28 +01:00
parent ba3f0bc841
commit 27ce963481
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
#include <QFileInfo>
#include <QString>
#include <QtVersionChecks>
#include <QtGlobal>
#include <QtCore/private/qabstractfileengine_p.h>

View File

@@ -6,8 +6,8 @@
#include "../filepath.h"
#include "../hostosinfo.h"
#include <QtVersionChecks>
#include <QtCore/private/qabstractfileengine_p.h>
#include <QtGlobal>
namespace Utils {
namespace Internal {

View File

@@ -9,7 +9,7 @@
#include "../stringutils.h"
#include <QtCore/private/qabstractfileengine_p.h>
#include <QtVersionChecks>
#include <QtGlobal>
namespace Utils {
namespace Internal {

View File

@@ -7,8 +7,8 @@
#include <QtCore/private/qabstractfileengine_p.h>
#include <QtGlobal>
#include <QTemporaryFile>
#include <QtVersionChecks>
namespace Utils {
namespace Internal {