Skip to content

Port and update the WebEnginePart

Jonathan Marten requested to merge marten/konqueror:port-update-webengine into master

kDebug(), qDebug() -> qCDebug() with logging category
Use Qt5 signal connection syntax
KSslInfoDialog::errorsFromString() -> certificatErrorsFromString()
Comment out unused KParts::SelectorInterface functions
QHostAddress::operator=(QString) -> QHostAddress(QString)

Merge request reports