diff options
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(); |