summaryrefslogtreecommitdiff
path: root/client/videowidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/videowidget.h')
-rw-r--r--client/videowidget.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/client/videowidget.h b/client/videowidget.h
index f088bfc..3ccbd97 100644
--- a/client/videowidget.h
+++ b/client/videowidget.h
@@ -33,19 +33,15 @@
#include <QWidget>
#include <QPixmap>
-#include "camera.h"
-
class VideoWidget : public QWidget {
Q_OBJECT
public:
- VideoWidget(QWidget *parent, Camera *camera, QWidget *old = NULL);
+ VideoWidget(QWidget *parent, QWidget *old = NULL);
~VideoWidget();
QPixmap getScreenshot();
void mouseReleaseEvent(QMouseEvent *event);
private:
- Camera *camera;
-
QWidget *parent;
// Reassign SDL to this when closing (if non-NULL)