forked from qt-creator/qt-creator
remove use of QMLJS_EXPORT from the qmljseditor plugin
compiles now on Windows! :) Reviewed-by: dt
This commit is contained in:
@@ -40,7 +40,7 @@ class ModelManagerInterface;
|
||||
|
||||
namespace QmlJSEditor {
|
||||
|
||||
class QMLJS_EXPORT QmlJSRefactoringChanges: public TextEditor::RefactoringChanges
|
||||
class QmlJSRefactoringChanges: public TextEditor::RefactoringChanges
|
||||
{
|
||||
public:
|
||||
QmlJSRefactoringChanges(QmlJS::ModelManagerInterface *modelManager,
|
||||
|
||||
Reference in New Issue
Block a user