summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 72ba092..d8329bb 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -38,6 +38,7 @@
#include "audiooutputhandler.h"
#include "outputstreamer.h"
#include "inputstreamer.h"
+#include "videowidget.h"
class MainWindow : public QMainWindow {
Q_OBJECT
@@ -47,7 +48,6 @@ public:
QList<InputStreamer*> &islist);
public slots:
- void newImage(int peer, Frame frame);
void updateStatus();
private:
@@ -59,7 +59,7 @@ private:
QTimer status_timer;
- QLabel* video[10];
+ QVector<VideoWidget *> videowidgets;
};
#endif/*__SIMPLERTP_MAINWINDOW_H__*/