QmlJSEditor: Move semantic info updating to document

Change-Id: I804dbd887af1786e7554ec79f94fc8e59db1de5b
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Eike Ziller
2014-01-24 16:53:16 +01:00
parent ae5ef38e3c
commit f8461fbbdf
10 changed files with 535 additions and 507 deletions

View File

@@ -60,10 +60,10 @@ namespace QmlJS {
namespace QmlJSEditor {
class QmlFileWizard;
class QmlJSTextEditorWidget;
namespace Internal {
class QmlJSEditorDocument;
class QmlJSEditorFactory;
class QmlJSPreviewRunner;
class QmlJSQuickFixAssistProvider;
@@ -114,7 +114,7 @@ private:
QAction *m_reformatFileAction;
QPointer<QmlJSTextEditorWidget> m_currentEditor;
QPointer<QmlJSEditorDocument> m_currentDocument;
QScopedPointer<Utils::JsonSchemaManager> m_jsonManager;
};