summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2015-08-24 10:31:44 +0300
committerLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2015-08-25 06:01:15 +0000
commite6d5e4167cf04d5cab57e5aa54d92a39a47aeca5 (patch)
tree96eb56fcd2d44ca40cd505927f1ede5466137bef /src/corelib
parenta49477df9573b3d7cae328711877d625139eb2e9 (diff)
Fix documentation typo
Change-Id: Ic6271a19999555ef2a1dfa90cebfb92b270a3809 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qcommandlineoption.cpp2
1 files changed, 1 insertions, 1 deletions
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