Translations:Development/Tutorials/CommandLineArguments/17/en

From KDE TechBase

This is where all the QCommandLineParser magic happens. In previous examples, we only used the class to feed QApplication the necessary data for using flags like --version or --author. Now we actually get to use it to process command line arguments.