Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Konqueror
Commits
1bf1bd27
Commit
1bf1bd27
authored
Aug 02, 2022
by
Stefano Crocco
Browse files
Fix wrong assert
parent
fe4cfe1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/konqmainwindow.cpp
View file @
1bf1bd27
...
...
@@ -5428,7 +5428,7 @@ void KonqMainWindow::updateProxyForWebEngine(bool updateProtocolManager)
}
KPluginMetaData
part
=
preferredPart
(
QStringLiteral
(
"text/html"
));
Q_ASSERT
(
!
part
.
isValid
());
Q_ASSERT
(
part
.
isValid
());
const
bool
webengineIsDefault
=
part
.
pluginId
()
==
QLatin1String
(
"webenginepart"
);
if
(
!
webengineIsDefault
)
{
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment