QTfrontend/hwform.h
changeset 2821 67815ee123d7
parent 2773 e94f240a8a41
child 2874 3c7c2bf1ba38
equal deleted inserted replaced
2820:389e8b286afe 2821:67815ee123d7
    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();