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)
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.


No differences found