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:
@@ -754,9 +754,9 @@ QString DocumentManager::fileDialogFilter(QString *selectedFilter)
|
||||
}
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
static struct {const char *source; const char *comment; } ALL_FILES_FILTER = QT_TRANSLATE_NOOP3("::Core", "All Files (*.*)", "On Windows");
|
||||
static struct {const char *source; const char *comment; } ALL_FILES_FILTER = QT_TRANSLATE_NOOP3("QtC::Core", "All Files (*.*)", "On Windows");
|
||||
#else
|
||||
static struct {const char *source; const char *comment; } ALL_FILES_FILTER = QT_TRANSLATE_NOOP3("::Core", "All Files (*)", "On Linux/macOS");
|
||||
static struct {const char *source; const char *comment; } ALL_FILES_FILTER = QT_TRANSLATE_NOOP3("QtC::Core", "All Files (*)", "On Linux/macOS");
|
||||
#endif
|
||||
|
||||
QString DocumentManager::allFilesFilterString()
|
||||
|
||||
Reference in New Issue
Block a user