diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-04-17 19:14:30 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-04-17 19:14:30 (GMT) |
commit | 86dd690e4d33c152f031bcbf4b1cecd0e6369928 (patch) | |
tree | 2ef573f6fd2c06f73bfd6c35f0adff19056ee88f /src/gui/statemachine | |
parent | 2225655d13d027377f7775c7b1070ea220896973 (diff) | |
download | Qt-86dd690e4d33c152f031bcbf4b1cecd0e6369928.zip Qt-86dd690e4d33c152f031bcbf4b1cecd0e6369928.tar.gz Qt-86dd690e4d33c152f031bcbf4b1cecd0e6369928.tar.bz2 |
doc
Diffstat (limited to 'src/gui/statemachine')
-rw-r--r-- | src/gui/statemachine/qmouseeventtransition.cpp | 2 |
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) { |