diff --git a/webenginepart/src/webenginepart.cpp b/webenginepart/src/webenginepart.cpp --- a/webenginepart/src/webenginepart.cpp +++ b/webenginepart/src/webenginepart.cpp @@ -483,7 +483,7 @@ void WebEnginePart::slotLoadStarted() { - if(!Utils::isBlankUrl(url())) + if(!Utils::isBlankUrl(url()) && url() != QUrl("konq:konqueror")) { emit started(nullptr); }