This commit is contained in:
@@ -41,6 +41,12 @@ void startNetworkGameDialogImpl::cancel() {
|
||||
}
|
||||
|
||||
|
||||
void startNetworkGameDialogImpl::addConnectedPlayer(std::string playerName) {
|
||||
|
||||
QTreeWidgetItem *item = new QTreeWidgetItem(treeWidget,0);
|
||||
item->setData(0, 0, QString::fromStdString(playerName));
|
||||
}
|
||||
|
||||
void startNetworkGameDialogImpl::keyPressEvent ( QKeyEvent * event ) {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user