From 97f74d1e7b37cf15d4763999e1287a665eeedcec Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 9 Dec 2017 18:19:15 +0100 Subject: many: use otr_tr for non-qobject translation I haven't even compile-tested Linux and OSX-specific bits. --- tracker-test/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-test/test.h') diff --git a/tracker-test/test.h b/tracker-test/test.h index 1b432be2..0d1c9b8d 100644 --- a/tracker-test/test.h +++ b/tracker-test/test.h @@ -36,7 +36,7 @@ private slots: class test_metadata : public Metadata { public: - QString name() { return QString(QCoreApplication::translate("test_metadata", "Testing - sine wave")); } + QString name() { return otr_tr("Testing - sine wave"); } QIcon icon() { return QIcon(":/images/facetracknoir.png"); } }; -- cgit v1.2.3