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