Skip to content
GitLab
Menu
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
c112e1fa
Commit
c112e1fa
authored
Sep 12, 2020
by
Stefano Crocco
Browse files
Delete the details widget when the PasswordBar is deleted
parent
a61d43ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
webenginepart/src/ui/passwordbar.cpp
View file @
c112e1fa
...
...
@@ -59,6 +59,9 @@ PasswordBar::PasswordBar(QWidget *parent) :KMessageWidget(parent), m_detailsVisi
PasswordBar
::~
PasswordBar
()
{
if
(
m_detailsWidget
)
{
m_detailsWidget
->
deleteLater
();
}
}
QUrl
PasswordBar
::
url
()
const
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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