Initial commit of cliparser.
authorSebastian Goth <seezer@roath.org>
Sun, 13 Jul 2008 21:22:04 +0000 (23:22 +0200)
committerSebastian Goth <seezer@roath.org>
Wed, 16 Jul 2008 22:57:29 +0000 (00:57 +0200)
Supports options and switches.
Shortnames, defaultvalues and helptexts can be added optionally.
Accessmethod CliParser::value(QString key) always returns a QVariant.
For switches, if no default is given, it returns "false", for options it returns "QVariant()".


No differences found