equal
deleted
inserted
replaced
60 |
60 |
61 public: |
61 public: |
62 HWForm(QWidget *parent = 0, QString styleSheet = ""); |
62 HWForm(QWidget *parent = 0, QString styleSheet = ""); |
63 Ui_HWForm ui; |
63 Ui_HWForm ui; |
64 static GameUIConfig * config; |
64 static GameUIConfig * config; |
65 void updateXfire(); |
|
66 void exit(); |
65 void exit(); |
67 void setButtonDescription(QString desc); |
66 void setButtonDescription(QString desc); |
68 void backDescription(); |
67 void backDescription(); |
69 void GoToVideos(); |
68 void GoToVideos(); |
70 |
69 |