QCommandLineOption: fix wrong version number in \since tag

Change-Id: I45249cb07c6d53c82a26e68026ea5c1bb3ec57dc
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
bb10
David Faure 2015-02-24 15:01:29 +01:00
parent dbfd3c0952
commit 989cd600bc
1 changed files with 2 additions and 2 deletions

View File

@ -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