aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythontr.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2023-01-13 11:03:09 +0100
committerhjk <[email protected]>2023-01-13 12:00:17 +0000
commite7c536011f1f66e702b7191848c5e728ae6e50fe (patch)
tree58ff5789a7f0a65d3a760ef920df7ada7690a2ad /src/plugins/python/pythontr.h
parenteab76c5007c1d4aba8ee72f3493cc2fa6c292378 (diff)
Prefix Tr::tr contexts with ::
To make outliers better visible in Linguist Change-Id: Ic35ea2a858b7e3576d9a416fb494fddb616eaaa1 Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/python/pythontr.h')
-rw-r--r--src/plugins/python/pythontr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/python/pythontr.h b/src/plugins/python/pythontr.h
index 14839345e05..f2cb90e754c 100644
--- a/src/plugins/python/pythontr.h
+++ b/src/plugins/python/pythontr.h
@@ -9,7 +9,7 @@ namespace Python {
struct Tr
{
- Q_DECLARE_TR_FUNCTIONS(Python)
+ Q_DECLARE_TR_FUNCTIONS(::Python)
};
} // namespace Python