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:
@@ -49,6 +49,12 @@ using namespace TextEditor;
|
||||
\sa IAssistProposal, IAssistProcessor
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn bool TextEditor::IAssistProvider::isAsynchronous() const;
|
||||
|
||||
Returns whether this provider runs asynchronously.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn bool TextEditor::IAssistProvider::supportsEditor(const Core::Id &editorId) const
|
||||
|
||||
|
||||
Reference in New Issue
Block a user