diff options
Diffstat (limited to 'src/gui/statemachine/qmouseeventtransition.h')
-rw-r--r-- | src/gui/statemachine/qmouseeventtransition.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/statemachine/qmouseeventtransition.h b/src/gui/statemachine/qmouseeventtransition.h index dbd615f..d5fb565 100644 --- a/src/gui/statemachine/qmouseeventtransition.h +++ b/src/gui/statemachine/qmouseeventtransition.h @@ -53,7 +53,6 @@ public: protected: void onTransition(); bool eventTest(QEvent *event) const; - bool testEventCondition(QEvent *event) const; private: Q_DISABLE_COPY(QMouseEventTransition) |