Made the callback work. Updated error messages.

This commit is contained in:
lotodore
2007-02-18 19:16:34 +00:00
parent a97a1df8f7
commit 4e40f11f90
6 changed files with 63 additions and 42 deletions
+1 -1
View File
@@ -545,13 +545,13 @@ void mainWindowImpl::callAboutPokerthDialog() {
void mainWindowImpl::callJoinNetworkGameDialog() {
joinNetworkGameDialogImpl *v = new joinNetworkGameDialogImpl();
connectToServerDialogImpl *w = new connectToServerDialogImpl();
v->setSession(mySession);
v->exec();
if (v->result() == QDialog::Accepted ) {
//Dialog mit Statusbalken
connectToServerDialogImpl *w = new connectToServerDialogImpl();
w->exec();
if (w->result() == QDialog::Rejected ) {