summaryrefslogtreecommitdiffhomepage
path: root/tracker-test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-test/test.h')
-rw-r--r--tracker-test/test.h4
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"); }
};