summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2015-02-24 15:01:29 +0100
committerDavid Faure <david.faure@kdab.com>2015-02-24 14:36:46 +0000
commit989cd600bc9ca5eb4a73b7bd4da6fed47304dfff (patch)
tree37bb62fc281764304f147a9faec9f876e70b8ca8 /src/corelib
parentdbfd3c095209a434be2520c7d6257c4a6e279aae (diff)
QCommandLineOption: fix wrong version number in \since tag
Change-Id: I45249cb07c6d53c82a26e68026ea5c1bb3ec57dc Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qcommandlineoption.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qcommandlineoption.cpp b/src/corelib/tools/qcommandlineoption.cpp
index 8103019e8e..51723f4a57 100644
--- a/src/corelib/tools/qcommandlineoption.cpp
+++ b/src/corelib/tools/qcommandlineoption.cpp
@@ -372,7 +372,7 @@ QStringList QCommandLineOption::defaultValues() const
All options are visible by default. Setting \a hidden to true for
a particular option makes it internal, i.e. not listed in the help output.
- \since 5.5
+ \since 5.6
\sa isHidden
*/
void QCommandLineOption::setHidden(bool hide)
@@ -384,7 +384,7 @@ void QCommandLineOption::setHidden(bool hide)
Returns true if this option is omitted from the help output,
false if the option is listed.
- \since 5.5
+ \since 5.6
\sa setHidden()
*/
bool QCommandLineOption::isHidden() const