diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-21 21:31:10 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-21 21:41:36 +0200 |
commit | a3f514ff05d4218b0b7ae1e93a1cc63b782ae358 (patch) | |
tree | 17fe3c02bfd78abcef5d1cf22f05d3b996d8dd57 /ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | |
parent | 7298e7c57f0933997b9dd2c417afab50984c0cd2 (diff) |
Rename HT combobox entry
Thanks @KyokushinPL for report.
Users don't seem to notice what HT does.
Diffstat (limited to 'ftnoir_tracker_ht/ftnoir_tracker_ht.cpp')
-rw-r--r-- | ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp index 3f67953e..50b25238 100644 --- a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp +++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp @@ -224,12 +224,12 @@ void Tracker::GetHeadPoseData(double *data) //----------------------------------------------------------------------------- void TrackerDll::getFullName(QString *strToBeFilled) { - *strToBeFilled = "HT 1.0"; + *strToBeFilled = "HT face tracker"; } void TrackerDll::getShortName(QString *strToBeFilled) { - *strToBeFilled = "HT"; + *strToBeFilled = "HT" } void TrackerDll::getDescription(QString *strToBeFilled) |