diff options
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r-- | client/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h index 58edb3c..4698a2c 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -59,7 +59,7 @@ public: MainWindow(); ~MainWindow(); - VideoWidget *getVideo() { return video; } + QWidget *getVideoWidget() { return video; } void moveEvent(QMoveEvent *event); |