Fix translation strings not found

The translation context doesn't exist, so the translations were not found, fixed
now.
Closes #8829.
This commit is contained in:
Chocobo1
2018-05-05 19:58:18 +08:00
parent d8c14ffe97
commit d20f40184f
2 changed files with 12 additions and 14 deletions

View File

@@ -111,7 +111,6 @@ private:
static QString pluginPath(const QString &name);
static QPointer<SearchPluginManager> m_instance;
static const QHash<QString, QString> m_categoryNames;
const QString m_updateUrl;