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:
Tomaz Canabrava 2014-12-12 11:06:55 -02:00 committed by Dirk Hohndel
parent f22a708e27
commit 4487efcabe

View file

@ -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);