forked from qt-creator/qt-creator
QmlJSEditor: Export ComponentFromObjectDef
This makes it possible to use the functionality from the designer. Change-Id: Id91ed4c0adb22ff91d39be73689aec4f340342b8 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -28,13 +28,13 @@
|
||||
#include "qmljsquickfix.h"
|
||||
|
||||
namespace QmlJSEditor {
|
||||
namespace Internal {
|
||||
|
||||
class ComponentFromObjectDef: public QmlJSQuickFixFactory
|
||||
class QMLJSEDITOR_EXPORT ComponentFromObjectDef : public QmlJSQuickFixFactory
|
||||
{
|
||||
public:
|
||||
void match(const QmlJSQuickFixInterface &interface, QuickFixOperations &result);
|
||||
|
||||
static void perform(const QString &fileName, QmlJS::AST::UiObjectDefinition *objDef);
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace QmlJSEditor
|
||||
|
||||
Reference in New Issue
Block a user