summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-09-19 17:50:15 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-09-19 17:50:15 +0200
commit65fd912c67ad76ad7ef6dee1ade7d76d26b08efd (patch)
treec9e3813e9de70d1074b9d042639e482ff3749b28 /src/mainwindow.h
parentcddfe69635bcb66bc254d20f4973eeabb4061b7e (diff)
Add video device argument.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 419c302..fb87dae 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -28,13 +28,14 @@
#define __SIMPLERTP_MAINWINDOW_H__
#include <QMainWindow>
+#include <QString>
#include "v4l.h"
class MainWindow : public QMainWindow {
Q_OBJECT
public:
- MainWindow();
+ MainWindow(QString v4ldev);
public slots:
void newImage(QImage img);