~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/texteditor/codeassist/iassistprovider.cpp

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
*/
51
51
 
52
52
/*!
53
 
    \fn bool TextEditor::IAssistProvider::supportsEditor(const QString &editorId) const
54
 
 
55
 
    Returns whether this provider supports the editor which has the give \a editorId.
 
53
    \fn bool TextEditor::IAssistProvider::isAsynchronous() const;
 
54
 
 
55
    Returns whether this provider runs asynchronously.
 
56
*/
 
57
 
 
58
/*!
 
59
    \fn bool TextEditor::IAssistProvider::supportsEditor(const Core::Id &editorId) const
 
60
 
 
61
    Returns whether this provider supports the editor which has the \a editorId.
56
62
*/
57
63
 
58
64
/*!