equal
deleted
inserted
replaced
59 GameUIConfig * config; |
59 GameUIConfig * config; |
60 QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage. Needs sync() calls if you want to get GameUIConfig changes though |
60 QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage. Needs sync() calls if you want to get GameUIConfig changes though |
61 void updateXfire(); |
61 void updateXfire(); |
62 void PlayDemoQuick(const QString & demofilename); |
62 void PlayDemoQuick(const QString & demofilename); |
63 void exit(); |
63 void exit(); |
|
64 void setButtonDescription(QString desc); |
|
65 void backDescription(); |
64 |
66 |
65 private slots: |
67 private slots: |
66 void GoToSaves(); |
68 void GoToSaves(); |
67 void GoToDemos(); |
69 void GoToDemos(); |
68 void GoToNet(); |
70 void GoToNet(); |