summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcommandlineoption.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qcommandlineoption.cpp')
-rw-r--r--src/corelib/tools/qcommandlineoption.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/tools/qcommandlineoption.cpp b/src/corelib/tools/qcommandlineoption.cpp
index 6b990cecf17..5d8f089d5b9 100644
--- a/src/corelib/tools/qcommandlineoption.cpp
+++ b/src/corelib/tools/qcommandlineoption.cpp
@@ -389,6 +389,10 @@ void QCommandLineOption::setFlags(Flags flags)
interpreted as short flags even when the parser is in
QCommandLineParser::ParseAsLongOptions mode.
+ \value IgnoreOptionsAfter [since 6.9] No options beyond this one will be parsed. Useful
+ for cases where you need to send extra command line arguments to a secondary
+ application. If a value is provided for this option, it will be ignored.
+
\sa QCommandLineOption::setFlags(), QCommandLineOption::flags()
*/