forked from qt-creator/qt-creator
Always remove the duplicates from the completion, even when the items are not sorted.
This commit is contained in:
@@ -130,6 +130,8 @@ private:
|
||||
const QString &expression,
|
||||
int endOfExpression);
|
||||
|
||||
QList<TextEditor::CompletionItem> removeDuplicates(const QList<TextEditor::CompletionItem> &items);
|
||||
|
||||
private:
|
||||
bool objcKeywordsWanted() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user