Okay, it seems in Qt 6.4 and earlier, QDebug"s << operator did not understand std::strings. In later Qt versions that ability to work with std::strings was added. So I literally just had to add a static QString::fromStdString to convert it and old Qt QDebug is now happy.
So we should be good to go. Your minimum requirements Linux CI is really nice as it forces me to be honest!
|