From: Louai Al-Khanji Date: Mon, 24 Aug 2015 07:31:44 +0000 (+0300) Subject: Fix documentation typo X-Git-Tag: v5.5.90+alpha1~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6d5e4167cf04d5cab57e5aa54d92a39a47aeca5;p=platform%2Fupstream%2Fqtbase.git Fix documentation typo Change-Id: Ic6271a19999555ef2a1dfa90cebfb92b270a3809 Reviewed-by: Topi Reiniƶ --- diff --git a/src/corelib/tools/qcommandlineoption.cpp b/src/corelib/tools/qcommandlineoption.cpp index 5eda114087..8c0ba8cb2b 100644 --- a/src/corelib/tools/qcommandlineoption.cpp +++ b/src/corelib/tools/qcommandlineoption.cpp @@ -391,7 +391,7 @@ QStringList QCommandLineOption::defaultValues() const /*! Sets whether to hide this option in the user-visible help output. - All options are visible by default. Setting \a hidden to true for + All options are visible by default. Setting \a hide to true for a particular option makes it internal, i.e. not listed in the help output. \since 5.6