accept() signal moved to gamelobbydialog.ui

This commit is contained in:
doitux
2007-08-21 21:01:49 +00:00
parent 636a49c1ef
commit 1196240eae
2 changed files with 16 additions and 1 deletions
+16
View File
@@ -125,5 +125,21 @@
</hint>
</hints>
</connection>
<connection>
<sender>pushButton_CreateGame</sender>
<signal>clicked()</signal>
<receiver>gameLobbyDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>271</x>
<y>193</y>
</hint>
<hint type="destinationlabel" >
<x>125</x>
<y>188</y>
</hint>
</hints>
</connection>
</connections>
</ui>
@@ -58,7 +58,6 @@ void gameLobbyDialogImpl::createGame()
mySession->clientCreateGame(gameData, myConfig->readConfigString("MyName") + "'s game", "");
accept();
}
void gameLobbyDialogImpl::joinGame()