Translations: Change translation context prefix from "::" to "QtC::"

lupdate would be confused by translation contexts starting with ::

Change-Id: Ie95e73436fd3cafc80a8e89f908efadc747e644c
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alessandro Portale
2023-02-10 16:15:49 +01:00
parent 226799858c
commit 9f2f2f3390
161 changed files with 4185 additions and 4185 deletions

View File

@@ -17,7 +17,7 @@ const char JS_MIMETYPE[] = "application/javascript";
const char JSON_MIMETYPE[] = "application/json";
const char QML_JS_CODE_STYLE_SETTINGS_ID[] = "A.Code Style";
const char QML_JS_CODE_STYLE_SETTINGS_NAME[] = QT_TRANSLATE_NOOP("::QmlJSTools", "Code Style");
const char QML_JS_CODE_STYLE_SETTINGS_NAME[] = QT_TRANSLATE_NOOP("QtC::QmlJSTools", "Code Style");
const char QML_JS_SETTINGS_ID[] = "QmlJS";

View File

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