summaryrefslogtreecommitdiffstats
path: root/src/core/login_delegate_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/login_delegate_qt.h')
-rw-r--r--src/core/login_delegate_qt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/login_delegate_qt.h b/src/core/login_delegate_qt.h
index ccd1f7322..3a9c073cd 100644
--- a/src/core/login_delegate_qt.h
+++ b/src/core/login_delegate_qt.h
@@ -74,6 +74,7 @@ public:
QUrl url() const;
QString realm() const;
QString host() const;
+ int port() const;
bool isProxy() const;
void sendAuthToRequester(bool success, const QString &user, const QString &password);