diff options
author | senator <senator> | 2008-03-24 14:22:36 +0000 |
---|---|---|
committer | senator <senator> | 2008-03-24 14:22:36 +0000 |
commit | 860e3e8a6af9108d74187c6a48a4d2428b312cbe (patch) | |
tree | 1a61900248d586996fabc2a7acfc7feb3217469d /client/macro.cc | |
parent | 2e47f002aff970ee1dd0a22c88febd5682ed2482 (diff) |
minor something. i have no idea what changed in this one
Diffstat (limited to 'client/macro.cc')
-rw-r--r-- | client/macro.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/macro.cc b/client/macro.cc index 3beb93d..08a956a 100644 --- a/client/macro.cc +++ b/client/macro.cc @@ -73,7 +73,6 @@ void create_macro(QString name) bool MyEventHandler::eventFilter( QObject *, QEvent *e ) { - if ( e->type() == MY_EVENT_ID ) { MyEvent *event = (MyEvent*)e; create_macro(event->macro); |