equal
deleted
inserted
replaced
53 HWForm(QWidget *parent = 0); |
53 HWForm(QWidget *parent = 0); |
54 Ui_HWForm ui; |
54 Ui_HWForm ui; |
55 SDLInteraction sdli; |
55 SDLInteraction sdli; |
56 GameUIConfig * config; |
56 GameUIConfig * config; |
57 QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage. Needs sync() calls if you want to get GameUIConfig changes though |
57 QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage. Needs sync() calls if you want to get GameUIConfig changes though |
|
58 void updateXfire(); |
58 |
59 |
59 private slots: |
60 private slots: |
60 void GoToMain(); |
61 void GoToMain(); |
61 void GoToSinglePlayer(); |
62 void GoToSinglePlayer(); |
62 void GoToSetup(); |
63 void GoToSetup(); |