Sort cli options in --help output
authorDaniel Albers <daniel@lbe.rs>
Tue, 7 Feb 2012 22:53:43 +0000 (23:53 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 13 Feb 2012 19:35:38 +0000 (20:35 +0100)
commitabd7bd3611e560e0ede1b05d617c775614b6c808
treece1239a26d69547d8ae668ea44d0caad2718dbe4
parentf81ad4f71a532ca310fae0fbe2f412bde9a37521
Sort cli options in --help output

Since QHash doesn't offer sorting, replace CliParser's QHash argsHash with
a QMap.
This only affects our own cliParser, i. e. only executables without KDE
integration.
src/common/cliparser.cpp
src/common/cliparser.h