summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qaction.cpp
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2012-05-10 13:10:23 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-11 01:42:02 +0200
commitad97aba452ed7d3dbd3c9d437c59c14b2ae0661b (patch)
tree2a37426bc8e29f27d3b3a486693b484b2caa069c /src/widgets/kernel/qaction.cpp
parent87d21127de4a361c7e76ba91a0ea336bbed32853 (diff)
Doc: Fix \sa usage
Ensure comma between elements (757 missing), single space and curly- braces around title elements, etc. Change-Id: Id16c3fda7fc47a12a0682f8720214f4990609a97 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/widgets/kernel/qaction.cpp')
-rw-r--r--src/widgets/kernel/qaction.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/kernel/qaction.cpp b/src/widgets/kernel/qaction.cpp
index f3455d34ad..0d500c81d6 100644
--- a/src/widgets/kernel/qaction.cpp
+++ b/src/widgets/kernel/qaction.cpp
@@ -571,7 +571,7 @@ bool QAction::autoRepeat() const
By default, this property contains the application's default font.
- \sa QAction::setText() QStyle
+ \sa QAction::setText(), QStyle
*/
void QAction::setFont(const QFont &font)
{
@@ -821,7 +821,7 @@ QString QAction::iconText() const
By default, this property contains the action's text.
- \sa setStatusTip() setShortcut()
+ \sa setStatusTip(), setShortcut()
*/
void QAction::setToolTip(const QString &tooltip)
{
@@ -853,7 +853,7 @@ QString QAction::toolTip() const
By default, this property contains an empty string.
- \sa setToolTip() showStatusText()
+ \sa setToolTip(), showStatusText()
*/
void QAction::setStatusTip(const QString &statustip)
{
@@ -1330,7 +1330,7 @@ QAction::SoftKeyRole QAction::softKeyRole() const
For example:
\snippet code/src_gui_kernel_qaction.cpp 0
- \sa QAction::icon QApplication::setAttribute()
+ \sa QAction::icon, QApplication::setAttribute()
*/
void QAction::setIconVisibleInMenu(bool visible)
{