These lines require Qt 5.14. That means konqueror fails to compile in a standard install of Fedora 31, where the highest Qt version available in updates is 5.13.
Qt 5.14 is the version where QWebEngineDownloadItem introduced: suggestedFileNamesetDownloadDirectorysetDownloadFileNamedownloadDirectorydownloadFileName
make reports the lines with these errors as 131, 147, 148, 149, 173, 246, 258 and I also commented on settings/konqhtml/appearance.cpp which has the same problem at around line 210.
These lines require Qt 5.14. That means konqueror fails to compile in a standard install of Fedora 31, where the highest Qt version available in updates is 5.13.
Qt 5.14 is the version where QWebEngineDownloadItem introduced: `suggestedFileName` `setDownloadDirectory` `setDownloadFileName` `downloadDirectory` `downloadFileName`
`make` reports the lines with these errors as 131, 147, 148, 149, 173, 246, 258 and I also commented on `settings/konqhtml/appearance.cpp` which has the same problem at around line 210.