diff options
Diffstat (limited to 'client.cxx')
-rw-r--r-- | client.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ namespace ICClient { void Client::logIn(QString const& username, QString const& password) { icclient_login(username.toLatin1().constData() - , password.toLatin1().constData(), NULL, NULL - , NULL); + , password.toLatin1().constData(), nullptr, nullptr + , nullptr); emit loggedIn(username); } |