forked from qt-creator/qt-creator
QmlDesigner: fix build on MSVC2019
Change-Id: I635e40cba17531c1d56e5cbcc4f86853edb0e9ae Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user