Fix lupdate issues

- missing Q_DECLARE_TR_FUNCTIONS
- some full qualifications needed for confused lupdate
- avoid breaking some translations from former TaskListPlugin,
  VcsCommand and highlighter settings refactoring

Change-Id: Ia3b34095512a7bad6903f0aff6095313ee39e3e4
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2022-10-14 14:52:54 +02:00
parent ec430787e5
commit 8db0d3b0ff
11 changed files with 17 additions and 10 deletions

View File

@@ -161,7 +161,8 @@ private:
QAction *m_clear = nullptr;
QAction *m_expandCollapse = nullptr;
Utils::Perspective m_perspective{ClangTidyClazyPerspectiveId, tr("Clang-Tidy and Clazy")};
Utils::Perspective m_perspective{ClangTidyClazyPerspectiveId,
::ClangTools::Internal::ClangTool::tr("Clang-Tidy and Clazy")};
private:
const QString m_name;