forked from qt-creator/qt-creator
QmlJSEditor: Move semantic info updating to document
Change-Id: I804dbd887af1786e7554ec79f94fc8e59db1de5b Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user