1 index 7ea81c7..0c19767 100644
2 --- a/src/utils/iso5426converter.cpp
3 +++ b/src/utils/iso5426converter.cpp
4 @@ -1211,7 +1211,11 @@ QChar Iso5426Converter::getCombiningChar(uint c) {
5 return 0x1EF1; // SMALL LETTER U WITH HORN AND DOT BELOW
8 +#if (QT_VERSION < QT_VERSION_CHECK(5, 14, 0))
9 + myDebug() << "no match for" << hex << c;
11 myDebug() << "no match for" << Qt::hex << c;