From afdd0a07be6a669cdd8343fc033f170395b470c0 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 14 Apr 2006 14:37:56 +0000 Subject: *** empty log message *** --- client/mainwindow.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client/mainwindow.h') diff --git a/client/mainwindow.h b/client/mainwindow.h index e3a4411..9425d40 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -33,6 +33,8 @@ #include "historyframe.h" #include "videowidget.h" +#include "decoder.h" + /** * Images */ @@ -56,7 +58,7 @@ class MainWindow : public QWidget { Q_OBJECT public: - MainWindow(); + MainWindow(Decoder *decoder); ~MainWindow(); QWidget *getVideoWidget() { return video; } @@ -71,6 +73,8 @@ public slots: void mute_clicked(); private: + Decoder *decoder; + HistoryFrame *history; VideoWidget *video; -- cgit v1.2.3