forked from qt-creator/qt-creator
TextEditor: Move isAsynchronous() up to IAssistProvider
...from CompletionAssistProvider, so other providers can be executed asynchronously, too. Change-Id: I6ec06f6d76bc2937bc272450b4e8dffd81ee868e Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
@@ -77,6 +77,7 @@ public:
|
||||
QmlJSQuickFixAssistProvider();
|
||||
virtual ~QmlJSQuickFixAssistProvider();
|
||||
|
||||
virtual bool isAsynchronous() const;
|
||||
virtual bool supportsEditor(const Core::Id &editorId) const;
|
||||
virtual TextEditor::IAssistProcessor *createProcessor() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user