This commit is contained in:
doitux
2007-04-03 10:55:16 +00:00
parent 2a4d935827
commit b79a3a8e43
14 changed files with 726 additions and 355 deletions
@@ -44,7 +44,7 @@ void startNetworkGameDialogImpl::cancel() {
void startNetworkGameDialogImpl::addConnectedPlayer(std::string playerName) {
QTreeWidgetItem *item = new QTreeWidgetItem(treeWidget,0);
item->setData(0, 0, QString::fromStdString(playerName));
item->setData(0, 0, QString::fromUtf8(playerName.c_str()));
}
void startNetworkGameDialogImpl::keyPressEvent ( QKeyEvent * event ) {