Warning, /graphics/digikam/project/bundles/3rdparty/ext_qt5/qt-icu-hack.patch is written in an unsupported language. File is not indexed.
0001 diff --git a/qtbase/src/corelib/text/qcollator_icu.cpp b/qtbase/src/corelib/text/qcollator_icu.cpp 0002 index 0dca1ee9c9..e34eadecef 100644 0003 --- a/qtbase/src/corelib/text/qcollator_icu.cpp 0004 +++ b/qtbase/src/corelib/text/qcollator_icu.cpp 0005 @@ -62,7 +62,7 @@ void QCollatorPrivate::init() 0006 QByteArray name = QLocalePrivate::get(locale)->bcp47Name('_'); 0007 collator = ucol_open(name.constData(), &status); 0008 if (U_FAILURE(status)) { 0009 - qWarning("Could not create collator: %d", status); 0010 + qWarning() << "Could not create collator for" << name << ":: ICU return value:" << status; 0011 collator = nullptr; 0012 dirty = false; 0013 return;