diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-04-29 11:31:21 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-04-29 11:31:21 (GMT) |
commit | 4bb51ce9c9e34058a1f9cefae9bf1c82ff4d3c5b (patch) | |
tree | 1739a5e482a9ec74acd20e472f8a3dd2b16dc90e /src/gui/statemachine/qmouseeventtransition.h | |
parent | 6ca9c87235b057bc635576b0c414ca789afaf592 (diff) | |
download | Qt-4bb51ce9c9e34058a1f9cefae9bf1c82ff4d3c5b.zip Qt-4bb51ce9c9e34058a1f9cefae9bf1c82ff4d3c5b.tar.gz Qt-4bb51ce9c9e34058a1f9cefae9bf1c82ff4d3c5b.tar.bz2 |
kill dead function declaration
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) |