Fix documentation typo
authorLouai Al-Khanji <louai.al-khanji@theqtcompany.com>
Mon, 24 Aug 2015 07:31:44 +0000 (10:31 +0300)
committerLouai Al-Khanji <louai.al-khanji@theqtcompany.com>
Tue, 25 Aug 2015 06:01:15 +0000 (06:01 +0000)
Change-Id: Ic6271a19999555ef2a1dfa90cebfb92b270a3809
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
src/corelib/tools/qcommandlineoption.cpp

index 5eda114087fd56580a71511572dbdd8ed1f27e7c..8c0ba8cb2befe2d0df0aadd1ee59a08553bfc5d9 100644 (file)
@@ -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