summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index c3c6115..72ba092 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -31,6 +31,7 @@
#include <QString>
#include <QTimer>
#include <QList>
+#include <QLabel>
#include "v4l.h"
#include "audioinputhandler.h"
@@ -46,8 +47,7 @@ public:
QList<InputStreamer*> &islist);
public slots:
- void newImage(Frame frame);
- void newAudio(framelist_t list);
+ void newImage(int peer, Frame frame);
void updateStatus();
private:
@@ -58,6 +58,8 @@ private:
QList<InputStreamer*> &islist;
QTimer status_timer;
+
+ QLabel* video[10];
};
#endif/*__SIMPLERTP_MAINWINDOW_H__*/