From dc0e0e379ba1a9474f5e760c26c076fd1f13ac57 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 21 Sep 2014 10:57:35 +0200 Subject: Add peer name to video widget. --- src/mainwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.h') 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 &islist); public slots: - void newImage(int peer, Frame frame); void updateStatus(); private: @@ -59,7 +59,7 @@ private: QTimer status_timer; - QLabel* video[10]; + QVector videowidgets; }; #endif/*__SIMPLERTP_MAINWINDOW_H__*/ -- cgit v1.2.3