forked from qt-creator/qt-creator
There's no need to sort after filtering the completion.
This commit is contained in:
@@ -147,6 +147,7 @@ private:
|
||||
QPointer<FunctionArgumentWidget> m_functionArgumentWidget;
|
||||
|
||||
QList<TextEditor::CompletionItem> m_completions;
|
||||
bool m_sorted;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user