summaryrefslogtreecommitdiffstats
path: root/src/core/login_delegate_qt.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-10-22 22:10:41 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2018-10-22 22:10:41 +0000
commit7430a9dae01f8d77a7fbbf163327ea65894cf8bb (patch)
tree1e7904a220ec809b83d2c0584bd3c5407a51d05a /src/core/login_delegate_qt.cpp
parentf65c5fc155c9f6c3f880389a57b7652614627654 (diff)
parent34cd9bb6006b854ef8029448be10822b14a2b7ac (diff)
Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/staging/5.12
Diffstat (limited to 'src/core/login_delegate_qt.cpp')
-rw-r--r--src/core/login_delegate_qt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/login_delegate_qt.cpp b/src/core/login_delegate_qt.cpp
index 2dbc27cf2..9659b354a 100644
--- a/src/core/login_delegate_qt.cpp
+++ b/src/core/login_delegate_qt.cpp
@@ -84,6 +84,7 @@ LoginDelegateQt::~LoginDelegateQt()
void LoginDelegateQt::OnRequestCancelled()
{
destroy();
+ // TODO: this should close native dialog, since page can be navigated somewhere else
}
QUrl LoginDelegateQt::url() const