Translations: Prefix translation contexts for libraries with "::"

Change-Id: I0631ad6fdc9f341a162d879e54ff09fbdb74398e
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alessandro Portale
2023-01-24 13:29:53 +01:00
parent cf50f3034e
commit f46af497e1
30 changed files with 148 additions and 147 deletions

View File

@@ -9,7 +9,7 @@ namespace QmlJS {
struct Tr
{
Q_DECLARE_TR_FUNCTIONS(QmlJS)
Q_DECLARE_TR_FUNCTIONS(::QmlJS)
};
} // QmlJS