QTfrontend/hwform.h
changeset 3697 d5b30d6373fc
parent 3236 4ab3917d7d44
child 3760 d30f1ba768d7
equal deleted inserted replaced
3695:c11abf387a7d 3697:d5b30d6373fc
   153     HWNamegen * namegen;
   153     HWNamegen * namegen;
   154     AmmoSchemeModel * ammoSchemeModel;
   154     AmmoSchemeModel * ammoSchemeModel;
   155     QStack<quint8> PagesStack;
   155     QStack<quint8> PagesStack;
   156     QTime eggTimer;
   156     QTime eggTimer;
   157     BGWidget * wBackground;
   157     BGWidget * wBackground;
   158         
   158 
   159 #ifdef __APPLE__
   159 #ifdef __APPLE__
   160         InstallController * panel;
   160         InstallController * panel;
   161 #endif
   161 #endif
   162         
   162 
   163     void OnPageShown(quint8 id, quint8 lastid=0);
   163     void OnPageShown(quint8 id, quint8 lastid=0);
   164 };
   164 };
   165 
   165 
   166 #endif
   166 #endif