More lists organized alphabetically.
I forgot this one, tsc. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f22a708e27
commit
4487efcabe
@ -33,7 +33,9 @@
|
||||
set.insert(value.trimmed()); \
|
||||
} \
|
||||
} \
|
||||
setStringList(set.toList()); \
|
||||
QStringList setList = set.toList(); \
|
||||
std::sort(setList.begin(), setList.end()); \
|
||||
setStringList(setList); \
|
||||
}
|
||||
|
||||
CREATE_CSV_UPDATE_METHOD(BuddyCompletionModel, buddy);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user