Moved qmljsmodelmanagerinterface.h

This commit is contained in:
Roberto Raggi
2010-06-09 15:56:03 +02:00
parent 373bfb05e7
commit 726c3345c4
18 changed files with 91 additions and 48 deletions

View File

@@ -50,9 +50,12 @@ namespace TextEditor {
class ITextEditable;
}
namespace QmlJS {
class ModelManagerInterface;
}
namespace QmlJSEditor {
class ModelManagerInterface;
class QmlFileWizard;
namespace Internal {
@@ -98,7 +101,7 @@ private:
QAction *m_actionPreview;
QmlJSPreviewRunner *m_previewRunner;
ModelManagerInterface *m_modelManager;
QmlJS::ModelManagerInterface *m_modelManager;
QmlFileWizard *m_wizard;
QmlJSEditorFactory *m_editor;
TextEditor::TextEditorActionHandler *m_actionHandler;