Implementing guest login.

This commit is contained in:
lotodore
2009-11-15 08:41:29 +00:00
parent d727a7fd5d
commit b8951a61d3
5 changed files with 67 additions and 27 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ void startWindowImpl::callInternetGameLoginDialog() {
if(myInternetGameLoginDialog->result() == QDialog::Accepted) {
//send login infos
mySession->setLogin(
myInternetGameLoginDialog->lineEdit_username->text().toUtf8().constData(),
myConfig->readConfigString("MyName"),
myInternetGameLoginDialog->lineEdit_password->text().toUtf8().constData(),
myInternetGameLoginDialog->checkBox_guest->isChecked());
}