QTfrontend/hwform.h
changeset 8716 e09633d10f16
parent 8434 4821897a0f10
child 8720 5603527f9803
equal deleted inserted replaced
8715:70a586fc76fd 8716:e09633d10f16
    60     public:
    60     public:
    61         HWForm(QWidget *parent = 0, QString styleSheet = "");
    61         HWForm(QWidget *parent = 0, QString styleSheet = "");
    62         Ui_HWForm ui;
    62         Ui_HWForm ui;
    63         static GameUIConfig * config;
    63         static GameUIConfig * config;
    64         void updateXfire();
    64         void updateXfire();
    65         void PlayDemoQuick(const QString & demofilename);
       
    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();
       
    69 
       
    70         void NetConnectQuick(const QString & host, quint16 port);
       
    71         void PlayDemoQuick(const QString & demofilename);
    70 
    72 
    71     private slots:
    73     private slots:
    72         void GoToSaves();
    74         void GoToSaves();
    73         void GoToDemos();
    75         void GoToDemos();
    74         void GoToNet();
    76         void GoToNet();