forked from qt-creator/qt-creator
Export StyleSheetMerger class
Used in assetImporter plugin Task-number: QDS-7652 Change-Id: I2caff28f6a9effbcb2312f120f2ccdc2d0a82a86 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -25,6 +25,8 @@
|
|||||||
#ifndef STYLESHEETMERGER_H
|
#ifndef STYLESHEETMERGER_H
|
||||||
#define STYLESHEETMERGER_H
|
#define STYLESHEETMERGER_H
|
||||||
|
|
||||||
|
#include "qmldesignercorelib_global.h"
|
||||||
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include <modelnode.h>
|
#include <modelnode.h>
|
||||||
@@ -41,8 +43,8 @@ struct ReparentInfo {
|
|||||||
bool alreadyReparented;
|
bool alreadyReparented;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class QMLDESIGNERCORE_EXPORT StylesheetMerger
|
||||||
class StylesheetMerger {
|
{
|
||||||
public:
|
public:
|
||||||
StylesheetMerger(AbstractView*, AbstractView*);
|
StylesheetMerger(AbstractView*, AbstractView*);
|
||||||
void merge();
|
void merge();
|
||||||
|
Reference in New Issue
Block a user