summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/facetracknoir.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-09-19 09:45:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-09-19 09:53:42 +0200
commit06416c1581409b1fd0737fa8ce7370f58cbdc417 (patch)
tree8002cee846c1c6fdcd1f1d87090ac10340f14a24 /facetracknoir/facetracknoir.h
parent05b5171229d840b8b120a1e5b765128973270584 (diff)
cleanup mapping codeopentrack-2.2-end-of-alpha
There was quite a bit of duplicated logic, which wasn't duplicated where it needed to be. Make functions out of the duplicated bits, then call where appropriate. Issue: #56
Diffstat (limited to 'facetracknoir/facetracknoir.h')
-rw-r--r--facetracknoir/facetracknoir.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/facetracknoir/facetracknoir.h b/facetracknoir/facetracknoir.h
index dc37ad37..f6f4afdf 100644
--- a/facetracknoir/facetracknoir.h
+++ b/facetracknoir/facetracknoir.h
@@ -152,4 +152,8 @@ private slots:
void startTracker();
void stopTracker();
+
+public:
+ void save_mappings();
+ void load_mappings();
};