diff options
Diffstat (limited to 'client.cxx')
-rw-r--r-- | client.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ namespace ICClient { , successPage.toLatin1().constData() , nextPage.toLatin1().constData() , failPage.toLatin1().constData()); - emit loggedIn(username); + emit loggedIn(user); } void Client::logOut() |