Keep lobby open in the background during internet games. Show the lobby after the game finished. Re-open the game. Start and stop irc thread together with the client thread.
This commit is contained in:
@@ -76,7 +76,7 @@ public:
|
||||
signals:
|
||||
void signalInitGui(int speed);
|
||||
|
||||
void signalShowNetworkStartDialog();
|
||||
void signalShowClientDialog();
|
||||
|
||||
void signalRefreshSet();
|
||||
void signalRefreshCash();
|
||||
@@ -154,7 +154,9 @@ public slots:
|
||||
|
||||
void initGui(int speed);
|
||||
|
||||
void showClientDialog();
|
||||
void showNetworkStartDialog();
|
||||
void showLobbyDialog();
|
||||
|
||||
//refresh-Funktionen
|
||||
void refreshSet();
|
||||
|
||||
Reference in New Issue
Block a user