diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-24 19:01:59 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-24 19:32:10 +0100 |
| commit | b03a3b22f60bcd5223321ba8f2a4a65e5aeec69b (patch) | |
| tree | 7a251d154e1c8b42b08c81ef32fafdf261040c9b /tracker-pt/module | |
| parent | 55907f6ce27520a5e596395b73a307b6ec2aeddc (diff) | |
tracker/pt: don't hang the app on camera start
Move camera open to worker thread.
Diffstat (limited to 'tracker-pt/module')
| -rw-r--r-- | tracker-pt/module/camera.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-pt/module/camera.cpp b/tracker-pt/module/camera.cpp index 1b948932..3dd0df7b 100644 --- a/tracker-pt/module/camera.cpp +++ b/tracker-pt/module/camera.cpp @@ -18,7 +18,6 @@ #include <cstdlib> -using namespace pt_module; namespace pt_module { Camera::Camera(const QString& module_name) : s { module_name } |
