diff options
Diffstat (limited to 'src/gui/statemachine/qmouseeventtransition.cpp')
-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) { |