summaryrefslogtreecommitdiffstats
path: root/src/gui/statemachine
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-04-17 19:14:30 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-04-17 19:14:30 (GMT)
commit86dd690e4d33c152f031bcbf4b1cecd0e6369928 (patch)
tree2ef573f6fd2c06f73bfd6c35f0adff19056ee88f /src/gui/statemachine
parent2225655d13d027377f7775c7b1070ea220896973 (diff)
downloadQt-86dd690e4d33c152f031bcbf4b1cecd0e6369928.zip
Qt-86dd690e4d33c152f031bcbf4b1cecd0e6369928.tar.gz
Qt-86dd690e4d33c152f031bcbf4b1cecd0e6369928.tar.bz2
doc
Diffstat (limited to 'src/gui/statemachine')
-rw-r--r--src/gui/statemachine/qmouseeventtransition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/statemachine/qmouseeventtransition.cpp b/src/gui/statemachine/qmouseeventtransition.cpp
index 1621c78..e16cb38 100644
--- a/src/gui/statemachine/qmouseeventtransition.cpp
+++ b/src/gui/statemachine/qmouseeventtransition.cpp
@@ -103,7 +103,7 @@ Qt::MouseButton QMouseEventTransition::button() const
}
/*!
- Sets the button that this mouse event transition will check for.
+ Sets the \a button that this mouse event transition will check for.
*/
void QMouseEventTransition::setButton(Qt::MouseButton button)
{