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. --- filter-ewma2/ftnoir_filter_ewma2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter-ewma2') diff --git a/filter-ewma2/ftnoir_filter_ewma2.h b/filter-ewma2/ftnoir_filter_ewma2.h index 4c019bd0..b53037f7 100644 --- a/filter-ewma2/ftnoir_filter_ewma2.h +++ b/filter-ewma2/ftnoir_filter_ewma2.h @@ -59,6 +59,6 @@ private slots: class ewmaDll : public Metadata { public: - QString name() { return QString(QCoreApplication::translate("ewmaDll", "EWMA")); } + QString name() { return otr_tr("EWMA"); } QIcon icon() { return QIcon(":/images/filter-16.png"); } }; -- cgit v1.2.3