It is the only thing that I have in my scripts now that fails to build against Qt 6.9 after switching from Qt 6.8 This is the error I get: [ 27%] Building CXX object libs/editor/CMakeFiles/plasmanm_editor.dir/settings/wireguardpeerwidget.cpp.o In file included from /var/cache/srcbuild/plasma-nm/kcms/kcm_cellularnetwork/mobileproviders.cpp:7: /var/cache/srcbuild/plasma-nm/kcms/kcm_cellularnetwork/mobileproviders.h: In member function ‘QString MobileProviders::getGsmNumber() const’: /var/cache/srcbuild/plasma-nm/kcms/kcm_cellularnetwork/mobileproviders.h:55:30: error: use of deleted function ‘QString::QString(const char*)’ 55 | return QString("*99#"); | ^ In file included from /opt/include/qt6/QtXml/qdom.h:11, from /opt/include/qt6/QtXml/QDomDocument:1, from /var/cache/srcbuild/plasma-nm/kcms/kcm_cellularnetwork/mobileproviders.h:10: /opt/include/qt6/QtCore/qstring.h:1091:5: note: declared here
This is caused by https://github.com/qcoro/qcoro/issues/274
Ah, thanks well it seems they fixed it, rebuilding the newset qcoro and now it builds.