summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qeventtransition.h
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-04-29 12:20:11 +0200
committerKent Hansen <khansen@trolltech.com>2009-04-29 12:20:11 +0200
commit6ca9c87235b057bc635576b0c414ca789afaf592 (patch)
tree3ba290fc3edabbb1372dba253cbe5d3526f80f14 /src/corelib/statemachine/qeventtransition.h
parent35f353f16f696a7362d3e899c9a7e2066dc09c65 (diff)
rename QBoundEvent to QWrappedEvent and make it public
Result of API review.
Diffstat (limited to 'src/corelib/statemachine/qeventtransition.h')
-rw-r--r--src/corelib/statemachine/qeventtransition.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/statemachine/qeventtransition.h b/src/corelib/statemachine/qeventtransition.h
index 82fcd36489..484602c243 100644
--- a/src/corelib/statemachine/qeventtransition.h
+++ b/src/corelib/statemachine/qeventtransition.h
@@ -77,8 +77,6 @@ public:
void setEventType(QEvent::Type type);
protected:
- virtual bool testEventCondition(QEvent *event) const; // ### name
-
bool eventTest(QEvent *event) const;
void onTransition();