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

@@ -22,19 +22,19 @@
namespace QmlProfiler {
static const char *ProfileFeatureNames[] = {
QT_TRANSLATE_NOOP("::QmlProfiler", "JavaScript"),
QT_TRANSLATE_NOOP("::QmlProfiler", "Memory Usage"),
QT_TRANSLATE_NOOP("::QmlProfiler", "Pixmap Cache"),
QT_TRANSLATE_NOOP("::QmlProfiler", "Scene Graph"),
QT_TRANSLATE_NOOP("::QmlProfiler", "Animations"),
QT_TRANSLATE_NOOP("::QmlProfiler", "Painting"),
QT_TRANSLATE_NOOP("::QmlProfiler", "Compiling"),
QT_TRANSLATE_NOOP("::QmlProfiler", "Creating"),
QT_TRANSLATE_NOOP("::QmlProfiler", "Binding"),
QT_TRANSLATE_NOOP("::QmlProfiler", "Handling Signal"),
QT_TRANSLATE_NOOP("::QmlProfiler", "Input Events"),
QT_TRANSLATE_NOOP("::QmlProfiler", "Debug Messages"),
QT_TRANSLATE_NOOP("::QmlProfiler", "Quick3D")
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "JavaScript"),
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Memory Usage"),
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Pixmap Cache"),
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Scene Graph"),
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Animations"),
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Painting"),
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Compiling"),
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Creating"),
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Binding"),
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Handling Signal"),
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Input Events"),
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Debug Messages"),
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Quick3D")
};
Q_STATIC_ASSERT(sizeof(ProfileFeatureNames) == sizeof(char *) * MaximumProfileFeature);