texteditor: directly call completion instead using ITextEditor interface

Reviewed-By: con
This commit is contained in:
hjk
2011-02-22 16:41:23 +01:00
parent e81e732452
commit 3e7d9bdeff
4 changed files with 3 additions and 21 deletions

View File

@@ -125,9 +125,6 @@ public:
/*! Selects text between current cursor position and \a toPos. */
virtual void select(int toPos) = 0;
virtual void triggerCompletions() = 0;
virtual void triggerQuickFix() = 0;
virtual ITextMarkable *markableInterface() = 0;
virtual void setContextHelpId(const QString &) = 0;