aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bazaar
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-07-09 14:51:22 +0200
committerEike Ziller <eike.ziller@qt.io>2021-07-09 13:05:03 +0000
commite895a0380b50ec5cce147f1b7feb783cd0ad0e43 (patch)
tree146a8d1888692b3c44c9ee8cf73b783278e22e85 /src/plugins/bazaar
parentc916bcd04922bba32fe3f9e98059cec7700f4361 (diff)
Fix lupdate issues
Some tr functions missing, some places where we need full qualification because lupdate gets confused with namespaces. Change-Id: Ic1d6ef3b31960dda02bc0788a255857117acdca9 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/plugins/bazaar')
-rw-r--r--src/plugins/bazaar/bazaarsettings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/bazaar/bazaarsettings.h b/src/plugins/bazaar/bazaarsettings.h
index 5810325d600..d4ca3065dab 100644
--- a/src/plugins/bazaar/bazaarsettings.h
+++ b/src/plugins/bazaar/bazaarsettings.h
@@ -34,6 +34,8 @@ namespace Internal {
class BazaarSettings final : public VcsBase::VcsBaseSettings
{
+ Q_DECLARE_TR_FUNCTIONS(Bazaar::Internal::BazaarSettings)
+
public:
BazaarSettings();