new functions in gui-interface for connectToServerDialogImpl
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
|
||||
#include "log.h"
|
||||
#include "mainwindowimpl.h"
|
||||
#include "connecttoserverdialogimpl.h"
|
||||
#include "configfile.h"
|
||||
|
||||
#include <string>
|
||||
@@ -86,12 +87,16 @@ public:
|
||||
void logPlayerActionMsg(std::string playerName, int action, int setValue) ;
|
||||
void logNewGameHandMsg(int gameID, int handID) ;
|
||||
|
||||
void refreshConnectToServerDialog(int messageID, int percent);
|
||||
|
||||
private:
|
||||
|
||||
Log *myLog;
|
||||
mainWindowImpl *myW;
|
||||
ConfigFile *myConfig;
|
||||
|
||||
connectToServerDialogImpl *myConnectToServerDialog;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user