QTfrontend/ui/page/pagenetgame.h
changeset 7015 08642c7da4a3
parent 6952 7f70f37bbf08
child 7823 46f115569045
equal deleted inserted replaced
7014:c0b32404ef74 7015:08642c7da4a3
    63         void onUpdateClick();
    63         void onUpdateClick();
    64         void setMasterMode(bool isMaster);
    64         void setMasterMode(bool isMaster);
    65 
    65 
    66     signals:
    66     signals:
    67         void SetupClicked();
    67         void SetupClicked();
       
    68         void DLCClicked();
    68         void askForUpdateRoomName(const QString &);
    69         void askForUpdateRoomName(const QString &);
    69 
    70 
    70     private:
    71     private:
    71         QLayout * bodyLayoutDefinition();
    72         QLayout * bodyLayoutDefinition();
    72         QLayout * footerLayoutDefinition();
    73         QLayout * footerLayoutDefinition();
    74 
    75 
    75         QSettings * m_gameSettings;
    76         QSettings * m_gameSettings;
    76 
    77 
    77         HistoryLineEdit * leRoomName;
    78         HistoryLineEdit * leRoomName;
    78         QPushButton * btnSetup;
    79         QPushButton * btnSetup;
       
    80         QPushButton * btnDLC;
    79 };
    81 };
    80 
    82 
    81 #endif
    83 #endif