summaryrefslogtreecommitdiffstats
path: root/src/core/resource_dispatcher_host_delegate_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/resource_dispatcher_host_delegate_qt.cpp')
-rw-r--r--src/core/resource_dispatcher_host_delegate_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/resource_dispatcher_host_delegate_qt.cpp b/src/core/resource_dispatcher_host_delegate_qt.cpp
index 73a640207..af8b02e1b 100644
--- a/src/core/resource_dispatcher_host_delegate_qt.cpp
+++ b/src/core/resource_dispatcher_host_delegate_qt.cpp
@@ -92,7 +92,7 @@ QString ResourceDispatcherHostLoginDelegateQt::realm() const
QString ResourceDispatcherHostLoginDelegateQt::host() const
{
- return QString::fromStdString(m_authInfo->challenger.ToString());
+ return QString::fromStdString(m_authInfo->challenger.host());
}
bool ResourceDispatcherHostLoginDelegateQt::isProxy() const