summaryrefslogtreecommitdiffstats
path: root/src/gui/statemachine/qkeyeventtransition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/statemachine/qkeyeventtransition.h')
-rw-r--r--src/gui/statemachine/qkeyeventtransition.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/statemachine/qkeyeventtransition.h b/src/gui/statemachine/qkeyeventtransition.h
index ef814db..fa95c1b 100644
--- a/src/gui/statemachine/qkeyeventtransition.h
+++ b/src/gui/statemachine/qkeyeventtransition.h
@@ -47,7 +47,6 @@ public:
protected:
void onTransition();
bool eventTest(QEvent *event) const;
- bool testEventCondition(QEvent *event) const;
private:
Q_DISABLE_COPY(QKeyEventTransition)