diff options
author | deva <deva> | 2006-04-03 08:20:25 +0000 |
---|---|---|
committer | deva <deva> | 2006-04-03 08:20:25 +0000 |
commit | 8baafaa4593033e1b95dfd985911e1f87c9f8eb7 (patch) | |
tree | d767a363f4e5214a10aeef11584cd50ef4ba0aa4 /client/mainwindow.h | |
parent | 451678d3aadf81b6f39f2f0e7957f4bf704bf9af (diff) |
*** empty log message ***
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r-- | client/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h index 9332b0d..58edb3c 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -61,6 +61,8 @@ public: VideoWidget *getVideo() { return video; } + void moveEvent(QMoveEvent *event); + public slots: void cpr_clicked(); void clear_clicked(); |