QTfrontend/hwform.h
changeset 11851 5edd66c2d422
parent 11046 47a8c19ecb60
child 11950 3792a9f9fa9c
equal deleted inserted replaced
11850:0025eb20d6f9 11851:5edd66c2d422
    60 
    60 
    61     public:
    61     public:
    62         HWForm(QWidget *parent = 0, QString styleSheet = "");
    62         HWForm(QWidget *parent = 0, QString styleSheet = "");
    63         Ui_HWForm ui;
    63         Ui_HWForm ui;
    64         static GameUIConfig * config;
    64         static GameUIConfig * config;
    65         void updateXfire();
       
    66         void exit();
    65         void exit();
    67         void setButtonDescription(QString desc);
    66         void setButtonDescription(QString desc);
    68         void backDescription();
    67         void backDescription();
    69         void GoToVideos();
    68         void GoToVideos();
    70 
    69