forked from qt-creator/qt-creator
QmlJSEditor: Rename QmlJSEditorEditable into QmlJSEditor
Change-Id: I710817ffd7bdf87aa6c0fed0f1f3cd4ea842fd01 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -47,10 +47,12 @@
|
||||
#include <QMessageBox>
|
||||
|
||||
using namespace QmlJS::AST;
|
||||
using namespace QmlJSEditor;
|
||||
using namespace QmlJSEditor::Internal;
|
||||
using namespace QmlJSTools;
|
||||
|
||||
namespace QmlJSEditor {
|
||||
|
||||
using namespace Internal;
|
||||
|
||||
namespace {
|
||||
|
||||
class Operation: public QmlJSQuickFixOperation
|
||||
@@ -153,3 +155,5 @@ void ComponentFromObjectDef::match(const QmlJSQuickFixInterface &interface, Quic
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
} //namespace QmlJSEditor
|
||||
|
||||
Reference in New Issue
Block a user