summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_ht
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-09-21 21:31:10 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-09-21 21:41:36 +0200
commita3f514ff05d4218b0b7ae1e93a1cc63b782ae358 (patch)
tree17fe3c02bfd78abcef5d1cf22f05d3b996d8dd57 /ftnoir_tracker_ht
parent7298e7c57f0933997b9dd2c417afab50984c0cd2 (diff)
Rename HT combobox entry
Thanks @KyokushinPL for report. Users don't seem to notice what HT does.
Diffstat (limited to 'ftnoir_tracker_ht')
-rw-r--r--ftnoir_tracker_ht/ftnoir_tracker_ht.cpp4
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)