show new beta release info bugfix

This commit is contained in:
doitux
2010-08-15 20:11:31 +00:00
parent 8685af480a
commit 27a73d521f
2 changed files with 34 additions and 12 deletions
+4
View File
@@ -24,6 +24,7 @@
#include <assert.h>
#include "ui_startwindow.h"
#include "game_defs.h"
#include "QMessageBox"
class GuiInterface;
class GuiWrapper;
@@ -149,6 +150,9 @@ private:
serverListDialogImpl *myServerListDialog;
internetGameLoginDialogImpl *myInternetGameLoginDialog;
QMessageBox msgBoxOutdatedVersion;
bool msgBoxOutdatedVersionActive;
friend class GuiWrapper;
};