Utils: Fix build on Windows

Partially reverts 9508ee134.

Change-Id: I5b6f865a4b404ce8e510bc678ec1ce84ccb9e013
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Christian Stenger
2022-05-25 12:57:21 +02:00
parent 06624422c2
commit f97bb1de4e
2 changed files with 1 additions and 4 deletions

View File

@@ -25,7 +25,6 @@
#include "minimizableinfobars.h" #include "minimizableinfobars.h"
#include "infobar.h"
#include "qtcassert.h" #include "qtcassert.h"
#include "qtcsettings.h" #include "qtcsettings.h"
#include "utilsicons.h" #include "utilsicons.h"

View File

@@ -28,6 +28,7 @@
#include "utils_global.h" #include "utils_global.h"
#include "id.h" #include "id.h"
#include "infobar.h"
#include <QHash> #include <QHash>
#include <QObject> #include <QObject>
@@ -40,9 +41,6 @@ QT_END_NAMESPACE
namespace Utils { namespace Utils {
class InfoBar;
class InfoBarEntry;
class QTCREATOR_UTILS_EXPORT MinimizableInfoBars : public QObject class QTCREATOR_UTILS_EXPORT MinimizableInfoBars : public QObject
{ {
Q_OBJECT Q_OBJECT