mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 22:23:24 +00:00
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
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue