Details
Description
stateChanged(DownloadState state) signal in QWebEngineDownloadItem has an incomplete type declaration for "state" parameter.
I think, type must be declared as fully qualified - QWebEngineDownloadItem::DownloadState.
This incompletion leads to "QObject::connect: No such signal/slot" warnings when attempting to connect slots to this signal from other classes.