Doc: added doc about removal option qmljsdebugger by QCoreApplication

Task-number: QTBUG-46597
Change-Id: I2ed42480bd96119f04828a7a965c348f7c773acd
Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
This commit is contained in:
Nico Vertriest 2015-11-16 16:16:42 +01:00 committed by Nico Vertriest
parent a7965a13aa
commit de43d4fafd

View File

@ -661,8 +661,9 @@ void QCoreApplicationPrivate::initLocale()
The command line arguments which are passed to QCoreApplication's
constructor should be accessed using the arguments() function.
Note that some arguments supplied by the user may have been
processed and removed by QCoreApplication.
\note QCoreApplication removes option \c -qmljsdebugger="...". It parses the
argument of \c qmljsdebugger, and then removes this option plus its argument.
For more advanced command line option handling, create a QCommandLineParser.