diff options
author | deva <deva> | 2006-04-10 13:04:31 +0000 |
---|---|---|
committer | deva <deva> | 2006-04-10 13:04:31 +0000 |
commit | 582bcd19d6a58c266f5453961c87acf72fae5353 (patch) | |
tree | 5ee3bdc1726d833da65efab320e5eabfcb802e51 /client/mainwindow.h | |
parent | 46b3c21f079a10e1ed072976d355a8026bcb7580 (diff) |
*** empty log message ***
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); |