QTfrontend/hwform.h
changeset 6477 ad5741c252b9
parent 6428 2d2b5e3c59a7
child 6561 b2165583cdf5
equal deleted inserted replaced
6476:afb7ef0c1c6e 6477:ad5741c252b9
    59     GameUIConfig * config;
    59     GameUIConfig * config;
    60     QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage.  Needs sync() calls if you want to get GameUIConfig changes though
    60     QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage.  Needs sync() calls if you want to get GameUIConfig changes though
    61     void updateXfire();
    61     void updateXfire();
    62     void PlayDemoQuick(const QString & demofilename);
    62     void PlayDemoQuick(const QString & demofilename);
    63     void exit();
    63     void exit();
       
    64     void setButtonDescription(QString desc);
       
    65     void backDescription();
    64 
    66 
    65 private slots:
    67 private slots:
    66     void GoToSaves();
    68     void GoToSaves();
    67     void GoToDemos();
    69     void GoToDemos();
    68     void GoToNet();
    70     void GoToNet();