summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcommandlineoption.h
Commit message (Collapse)AuthorAgeFilesLines
* Long live QCommandLineParser!David Faure2013-08-241-0/+92
The QCommandLineParser class provides a means for handling the command line options. QCoreApplication provides the command-line arguments as a simple list of strings. QCommandLineParser provides the ability to define a set of options, parse the command-line arguments, and store which options have actually been used, as well as option values. Done-with: Laszlo Papp <lpapp@kde.org> Change-Id: Ic7bebc10b3f8d8dd06ad0f4bb897c51d566e3b7c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>