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:
Nikolai Kosjar
2013-09-17 13:25:39 +02:00
parent 243a34c7ee
commit f96246209d
9 changed files with 44 additions and 19 deletions

View File

@@ -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