diff options
author | DaMichel <mw.pub@welter-4d.de> | 2016-07-30 17:52:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-30 17:52:51 +0200 |
commit | ae51598b329f7120c6ee07e2ed127a607ff68f1e (patch) | |
tree | 5530cadb7f2cd5794b06510a77a131924c6bb8a5 /gui/ui.h | |
parent | c346bb024b2a109debf59774eb96971d32a528ae (diff) | |
parent | 44428d4b5eeae78fd9cdedce840f7de2ddc6c6b2 (diff) |
Merge pull request #398 from DaMichel/logging
Track Logging
Diffstat (limited to 'gui/ui.h')
-rw-r--r-- | gui/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ private slots: void startTracker(); void stopTracker(); void reload_options(); + signals: void emit_start_tracker(); void emit_stop_tracker(); |