fixing compile problems
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
class ConfigFile;
|
||||
|
||||
class internetGameLoginDialogImpl : public QDialog, private Ui::internetGameLoginDialog {
|
||||
class internetGameLoginDialogImpl : public QDialog, public Ui::internetGameLoginDialog {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
@@ -312,8 +312,9 @@ void startWindowImpl::joinGameLobby() {
|
||||
// Clear Lobby dialog.
|
||||
myGameLobbyDialog->clearDialog();
|
||||
|
||||
showInternetGameLoginDialog();
|
||||
// Start client for dedicated server.
|
||||
mySession->startInternetClient();
|
||||
// mySession->startInternetClient();
|
||||
|
||||
//Dialog mit Statusbalken
|
||||
myConnectToServerDialog->exec();
|
||||
|
||||
Reference in New Issue
Block a user