mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
code cleanup: replace use of toStdVector()
Frankly, I find the old API easier... Also, replace toList() with values() Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
daf3821fcc
commit
e9dcac7514
3 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@
|
|||
set.insert(value.trimmed()); \
|
||||
} \
|
||||
} \
|
||||
QStringList setList = set.toList(); \
|
||||
QStringList setList = set.values(); \
|
||||
std::sort(setList.begin(), setList.end()); \
|
||||
setStringList(setList); \
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue