Move qmltaskmanager from qmlproject plugin to qmljseditor

This commit is contained in:
dt
2010-07-13 17:16:43 +02:00
parent 185bc0ee26
commit 3ef43f56c7
11 changed files with 27 additions and 40 deletions

View File

@@ -65,6 +65,7 @@ class QmlJSEditorFactory;
class QmlJSTextEditor;
class QmlJSPreviewRunner;
class QmlJSQuickFixCollector;
class QmlTaskManager;
class QmlJSEditorPlugin : public ExtensionSystem::IPlugin
{
@@ -112,6 +113,7 @@ private:
QTimer *m_quickFixTimer;
QPointer<TextEditor::ITextEditable> m_currentTextEditable;
QmlTaskManager *m_qmlTaskManager;
};
} // namespace Internal