diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-11 19:06:23 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-11 19:06:23 +0100 |
commit | 54ae60ffc0f16c982f625b246faa068297678a2b (patch) | |
tree | 57fa71220898c6f89b20250b5800437d5ccd4519 /tracker-pt/camera.h | |
parent | fbd961775001228f6ffd9cc3bf09aa2de610aeae (diff) |
tracker/pt: also pass module name to camera class
Diffstat (limited to 'tracker-pt/camera.h')
-rw-r--r-- | tracker-pt/camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/camera.h b/tracker-pt/camera.h index 7a4f75c4..f5fd8f81 100644 --- a/tracker-pt/camera.h +++ b/tracker-pt/camera.h @@ -22,7 +22,7 @@ struct Camera final : pt_camera { - Camera(); + Camera(const QString& module_name); pt_camera_open_status start(int idx, int fps, int res_x, int res_y) override; void stop() override; |