View Single Post
Old 08-19-2025, 12:56 PM   #13
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,958
Karma: 6361444
Join Date: Nov 2009
Device: many
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!
KevinH is offline   Reply With Quote