diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-28 10:34:07 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-28 10:34:07 +0100 |
commit | 164e50e92590639113e311f1c533d475ef6d5b16 (patch) | |
tree | 02a3159565d8d2b008561ffaf454016cf6288147 /tracker-test/test.h | |
parent | 6187e16e33794925b57d602c62f37592e8dc8f70 (diff) |
tracker/test: rename only
Diffstat (limited to 'tracker-test/test.h')
-rw-r--r-- | tracker-test/test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-test/test.h b/tracker-test/test.h index 6b4357cb..049e45a8 100644 --- a/tracker-test/test.h +++ b/tracker-test/test.h @@ -38,7 +38,7 @@ class test_metadata : public Metadata { Q_OBJECT - QString name() { return tr("Testing - sine wave"); } - QIcon icon() { return QIcon(":/images/opentrack.png"); } + QString name() override { return tr("Test tracker"); } + QIcon icon() override { return QIcon(":/images/opentrack.png"); } }; |