QmlDesigner: fix build on MSVC2019

Change-Id: I635e40cba17531c1d56e5cbcc4f86853edb0e9ae
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Tim Jenssen
2024-07-18 15:36:07 +02:00
parent 231cbdb254
commit 173716cbec
2 changed files with 6 additions and 5 deletions

View File

@@ -2,9 +2,10 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once #pragma once
#include "qmldesignercomponents_global.h"
#include "dsconstants.h" #include "dsconstants.h"
#include "nodeinstanceglobal.h" #include "nodeinstanceglobal.h"
#include <modelnode.h> #include <modelnode.h>
#include <map> #include <map>
@@ -12,7 +13,7 @@
namespace QmlDesigner { namespace QmlDesigner {
class DSThemeGroup class QMLDESIGNERCOMPONENTS_EXPORT DSThemeGroup
{ {
struct PropertyData struct PropertyData
{ {

View File

@@ -3,19 +3,19 @@
#pragma once #pragma once
#include <qmldesignercorelib_global.h> #include "qmldesignercomponents_global.h"
#include "dsconstants.h" #include "dsconstants.h"
#include "dsthemegroup.h"
#include <modelnode.h> #include <modelnode.h>
namespace QmlDesigner { namespace QmlDesigner {
class DSThemeGroup;
using ThemeName = PropertyName; using ThemeName = PropertyName;
class DSTheme; class DSTheme;
class QMLDESIGNERCORE_EXPORT DSThemeManager class QMLDESIGNERCOMPONENTS_EXPORT DSThemeManager
{ {
public: public: