QTfrontend/ui/page/pagenetgame.h
changeset 8377 869f80966a77
parent 8179 a1ffcb559f99
child 8415 02acf6b92f52
equal deleted inserted replaced
8376:c11cc7246df7 8377:869f80966a77
    68         void askForUpdateRoomName(const QString &);
    68         void askForUpdateRoomName(const QString &);
    69 
    69 
    70     private:
    70     private:
    71         QLayout * bodyLayoutDefinition();
    71         QLayout * bodyLayoutDefinition();
    72         QLayout * footerLayoutDefinition();
    72         QLayout * footerLayoutDefinition();
       
    73         QLayout * footerLayoutLeftDefinition();
    73         void connectSignals();
    74         void connectSignals();
    74 
    75 
    75         HistoryLineEdit * leRoomName;
    76         HistoryLineEdit * leRoomName;
    76         QPushButton * btnSetup;
    77         QPushButton * btnSetup;
    77 };
    78 };