diff options
author | Alessandro Portale <[email protected]> | 2023-02-10 16:15:49 +0100 |
---|---|---|
committer | Alessandro Portale <[email protected]> | 2023-02-10 16:27:55 +0000 |
commit | 9f2f2f3390fe88b120073be9a08da66cbdc95552 (patch) | |
tree | ed77de309984d5f9b974326b9ee0145d41b789fa /src/plugins/python/pythontr.h | |
parent | 226799858c8a0da51f7f0b99b83308c60f30a288 (diff) |
Translations: Change translation context prefix from "::" to "QtC::"
lupdate would be confused by translation contexts starting with ::
Change-Id: Ie95e73436fd3cafc80a8e89f908efadc747e644c
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/python/pythontr.h')
-rw-r--r-- | src/plugins/python/pythontr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/python/pythontr.h b/src/plugins/python/pythontr.h index f2cb90e754c..eeeaaf4d581 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(QtC::Python) }; } // namespace Python |