fix >= 0.7.1 update problems with PokerTH distributed default styles

This commit is contained in:
doitux
2010-07-11 20:36:50 +00:00
parent f2dc22324e
commit bd01ffad9f
11 changed files with 68 additions and 11 deletions
+3
View File
@@ -50,6 +50,7 @@ class startWindowImpl: public QMainWindow, public Ui::startWindow {
Q_OBJECT
public:
startWindowImpl(ConfigFile *c =0);
~startWindowImpl();
void setSession(boost::shared_ptr<Session> session) { mySession = session; }
boost::shared_ptr<Session> getSession() { assert(mySession.get()); return mySession; }
@@ -123,6 +124,8 @@ public slots:
void networkStart(boost::shared_ptr<Game> game);
QStringList getPlayerNicksList();
QString checkForFirstStartAfterUpdated();
private:
ConfigFile *myConfig;