aboutsummaryrefslogtreecommitdiff
path: root/connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'connection.cpp')
-rw-r--r--connection.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/connection.cpp b/connection.cpp
index 5127dea8..d9802f5f 100644
--- a/connection.cpp
+++ b/connection.cpp
@@ -54,6 +54,11 @@ Connection::~Connection()
delete d;
}
+void Connection::resolveServer(QString domain)
+{
+ d->resolveServer( domain );
+}
+
void Connection::connectToServer(QString user, QString password)
{
PasswordLogin* loginJob = new PasswordLogin(d->data, user, password);