QTfrontend/hwform.cpp
branchflibqtfrontend
changeset 8280 734b069a418e
parent 8268 fe4e94311585
child 8304 620560c89284
equal deleted inserted replaced
8278:9cdfcb5b7ddd 8280:734b069a418e
   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)