summaryrefslogtreecommitdiff
path: root/src/mainwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r--src/mainwindow.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc
index 81ea65c..30b6151 100644
--- a/src/mainwindow.cc
+++ b/src/mainwindow.cc
@@ -30,10 +30,10 @@
#include <stdio.h>
-MainWindow::MainWindow(QString v4ldev, QString adev,
+MainWindow::MainWindow(QString v4ldev,
OutputStreamer &os,
QList<InputStreamer*> &isl)
- : v4l(v4ldev), aih(adev), ostreamer(os), islist(isl)
+ : v4l(v4ldev), ostreamer(os), islist(isl)
{
/* // Self view:
connect(&v4l, SIGNAL(newImage(Frame)),