remove use of QMLJS_EXPORT from the qmljseditor plugin

compiles now on Windows! :)

Reviewed-by: dt
This commit is contained in:
Joerg Bornemann
2010-07-26 17:38:13 +02:00
parent 0cc983c801
commit 253cbf3c03
2 changed files with 4 additions and 4 deletions

View File

@@ -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,