projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5edd7a2
)
Fix crash: web flow credential dialog is deleted when closing it.
author
Camila Ayres
<hello@camilasan.com>
Tue, 6 Aug 2024 10:34:08 +0000
(12:34 +0200)
committer
Camila Ayres
<hello@camilasan.com>
Tue, 6 Aug 2024 12:17:23 +0000
(14:17 +0200)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/creds/webflowcredentials.cpp
patch
|
blob
|
history
diff --git
a/src/gui/creds/webflowcredentials.cpp
b/src/gui/creds/webflowcredentials.cpp
index 830070754f9d44f9fe3343b297a51e077b42802a..072753cace37266bbce3e7bf5cce817e0fb3daa2 100644
(file)
--- a/
src/gui/creds/webflowcredentials.cpp
+++ b/
src/gui/creds/webflowcredentials.cpp
@@
-190,7
+190,6
@@
void WebFlowCredentials::slotAskFromUserCredentialsProvided(const QString &user,
emit asked();
_askDialog->close();
- _askDialog->deleteLater();
_askDialog = nullptr;
}