diff options
author | deva <deva> | 2006-05-24 09:15:57 +0000 |
---|---|---|
committer | deva <deva> | 2006-05-24 09:15:57 +0000 |
commit | 7d547a29164cf9318a7eca918705bbc30e93b81d (patch) | |
tree | b78b9e756c40766d2c85e7dc35aa6c932b7bf747 /client/mainwindow.h | |
parent | dd8e7832c69a5ef484a2f3b6054a482d29275f85 (diff) |
*** empty log message ***
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r-- | client/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h index b94f5c5..f02d60f 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -47,6 +47,9 @@ public: QWidget *getVideoWidget() { return video; } +protected: + void timerEvent(QTimerEvent *event); + public slots: void cpr_clicked(); void clear_clicked(); |