forked from qt-creator/qt-creator
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:
@@ -27,11 +27,11 @@ QRgb DebugMessagesModel::color(int index) const
|
||||
}
|
||||
|
||||
static const char *messageTypes[] = {
|
||||
QT_TRANSLATE_NOOP("::QmlProfiler", "Debug Message"),
|
||||
QT_TRANSLATE_NOOP("::QmlProfiler", "Warning Message"),
|
||||
QT_TRANSLATE_NOOP("::QmlProfiler", "Critical Message"),
|
||||
QT_TRANSLATE_NOOP("::QmlProfiler", "Fatal Message"),
|
||||
QT_TRANSLATE_NOOP("::QmlProfiler", "Info Message"),
|
||||
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Debug Message"),
|
||||
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Warning Message"),
|
||||
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Critical Message"),
|
||||
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Fatal Message"),
|
||||
QT_TRANSLATE_NOOP("QtC::QmlProfiler", "Info Message"),
|
||||
};
|
||||
|
||||
QString DebugMessagesModel::messageType(uint i)
|
||||
|
||||
Reference in New Issue
Block a user