QObject::connect(&networkManager, &networkManager::finished, ...

Whoops, should really be
QObject::connect(&networkManager, &QNetworkAccessManager::finished, ...

-Max
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to