diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-02-02 02:50:04 +0100 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-02-07 13:24:13 +0100 |
commit | 388a876b68a83956b687100007aab7afafbb08ab (patch) | |
tree | 39b0c50e5876f64642c2c7efe249fbeaf16176ce /tracker-kinect-face/test.h | |
parent | fbdb4c9191f0b3b0aa0d62d706b1598706561170 (diff) |
Kinect: Adding tracker icon.
Diffstat (limited to 'tracker-kinect-face/test.h')
-rw-r--r-- | tracker-kinect-face/test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-kinect-face/test.h b/tracker-kinect-face/test.h index 2e105ae3..1af0409b 100644 --- a/tracker-kinect-face/test.h +++ b/tracker-kinect-face/test.h @@ -22,7 +22,7 @@ class test_metadata : public Metadata { Q_OBJECT - QString name() { return tr("Kinect Face"); } - QIcon icon() { return QIcon(":/images/opentrack.png"); } + QString name() { return tr("Kinect Face - v0.1"); } + QIcon icon() { return QIcon(":/images/kinect.png"); } }; |