From 9553f7078a275b7c9aa1c9b7a8a0f1f4d38eea9d Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 16 Mar 2006 16:31:09 +0000 Subject: *** empty log message *** --- client/mainwindow.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client/mainwindow.h') diff --git a/client/mainwindow.h b/client/mainwindow.h index b4ce7e1..9332b0d 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -28,7 +28,10 @@ #define __MIAV_MAINWINDOW_H__ #include + +#include #include "historyframe.h" +#include "videowidget.h" /** * Images @@ -56,6 +59,8 @@ public: MainWindow(); ~MainWindow(); + VideoWidget *getVideo() { return video; } + public slots: void cpr_clicked(); void clear_clicked(); @@ -67,6 +72,9 @@ public slots: private: HistoryFrame *history; + VideoWidget *video; + + QPushButton *createButton(char* icon); }; #endif/*__MIAV_MAINWINDOW_H__*/ -- cgit v1.2.3