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