There's no need to sort after filtering the completion.

This commit is contained in:
Roberto Raggi
2010-05-26 12:46:41 +02:00
parent 040e2a3049
commit 9e89f36cd9
2 changed files with 8 additions and 1 deletions

View File

@@ -147,6 +147,7 @@ private:
QPointer<FunctionArgumentWidget> m_functionArgumentWidget;
QList<TextEditor::CompletionItem> m_completions;
bool m_sorted;
};
} // namespace Internal