aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2023-01-13 11:03:09 +0100
committerhjk <hjk@qt.io>2023-01-13 12:00:17 +0000
commite7c536011f1f66e702b7191848c5e728ae6e50fe (patch)
tree58ff5789a7f0a65d3a760ef920df7ada7690a2ad /src/plugins/resourceeditor
parenteab76c5007c1d4aba8ee72f3493cc2fa6c292378 (diff)
Prefix Tr::tr contexts with ::
To make outliers better visible in Linguist Change-Id: Ic35ea2a858b7e3576d9a416fb494fddb616eaaa1 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/resourceeditor')
-rw-r--r--src/plugins/resourceeditor/resourceeditortr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/resourceeditor/resourceeditortr.h b/src/plugins/resourceeditor/resourceeditortr.h
index 6140f17999..2fac00c620 100644
--- a/src/plugins/resourceeditor/resourceeditortr.h
+++ b/src/plugins/resourceeditor/resourceeditortr.h
@@ -9,7 +9,7 @@ namespace ResourceEditor {
struct Tr
{
- Q_DECLARE_TR_FUNCTIONS(ResourceEditor)
+ Q_DECLARE_TR_FUNCTIONS(::ResourceEditor)
};
} // namespace ResourceEditor