diff options
author | David Faure <faure@kde.org> | 2013-08-24 11:15:19 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-08-24 21:33:39 +0200 |
commit | 404598b61366e681100893052fdb394702d3bcbf (patch) | |
tree | b8741268b3960d6f47fd9a562a362e6503cab75c /.gitignore | |
parent | 1411a6f1acfcbea3f31ac461c27cd3e1be87ee1c (diff) | |
download | qtbase-404598b61366e681100893052fdb394702d3bcbf.tar.gz |
Long live QCommandLineParser!
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9e965e9c12..cc6102b64e 100644 --- a/.gitignore +++ b/.gitignore @@ -311,6 +311,7 @@ tests/auto/corelib/io/qresourceengine/qresourceengine tests/auto/corelib/codecs/qtextcodec/echo/echo tests/auto/corelib/plugin/quuid/testProcessUniqueness/testProcessUniqueness tests/auto/corelib/io/qlockfile/qlockfiletesthelper/qlockfile_test_helper +tests/auto/corelib/tools/qcommandlineparser/testhelper/qcommandlineparser_test_helper tests/auto/dbus/qdbusabstractadaptor/qmyserver/qmyserver tests/auto/dbus/qdbusabstractinterface/qpinger/qpinger tests/auto/dbus/qdbusabstractinterface/test/pinger_interface.* |