equal
deleted
inserted
replaced
109 // and this one flag does not warrant a static class |
109 // and this one flag does not warrant a static class |
110 bool frontendEffects = true; |
110 bool frontendEffects = true; |
111 QString playerHash; |
111 QString playerHash; |
112 |
112 |
113 GameUIConfig* HWForm::config = NULL; |
113 GameUIConfig* HWForm::config = NULL; |
|
114 |
|
115 bool checkForDir(const QString & dir); |
114 |
116 |
115 HWForm::HWForm(QWidget *parent, QString styleSheet) |
117 HWForm::HWForm(QWidget *parent, QString styleSheet) |
116 : QMainWindow(parent) |
118 : QMainWindow(parent) |
117 , game(0) |
119 , game(0) |
118 , pnetserver(0) |
120 , pnetserver(0) |