diff options
author | DaMichel <mw.pub@welter-4d.de> | 2016-07-29 11:12:22 +0200 |
---|---|---|
committer | DaMichel <mw.pub@welter-4d.de> | 2016-07-29 11:38:21 +0200 |
commit | 7b3be452b6be528de753a1a633a3aacdb11be86c (patch) | |
tree | 63df2693909a92529610a055e2f670d5860cedf8 /gui/ui.h | |
parent | 2bae0bce582f05259f64fb13b364fe6dbd28817a (diff) |
new track logging: record poses in various stages of processing into a file
Diffstat (limited to 'gui/ui.h')
-rw-r--r-- | gui/ui.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -102,6 +102,9 @@ private slots: void startTracker(); void stopTracker(); void reload_options(); + + void initialize_logger(); + signals: void emit_start_tracker(); void emit_stop_tracker(); |