diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-23 19:23:01 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-23 19:23:01 +0200 | 
| commit | b9e46ba7ee08268052660f2ff98ffc0f211e8c08 (patch) | |
| tree | a086a8b01d6a89d17c18fab21eafc32b49c7a7ec /logic | |
| parent | 58e7afe1fef89fcbed2d8e3ff0502f97f811bf3a (diff) | |
play with thread priorities
Diffstat (limited to 'logic')
| -rw-r--r-- | logic/tracker.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/logic/tracker.h b/logic/tracker.h index b1ed4042..282b5c5b 100644 --- a/logic/tracker.h +++ b/logic/tracker.h @@ -104,7 +104,7 @@ public:      ~Tracker();      void raw_and_mapped_pose(double* mapped, double* raw) const; -    void start() { QThread::start(); } +    void start() { QThread::start(QThread::HighPriority); }      void center();      void set_toggle(bool value); | 
