QTfrontend/ui/page/pagemultiplayer.h
changeset 8377 869f80966a77
parent 6952 7f70f37bbf08
child 9080 9b42757d7e71
equal deleted inserted replaced
8376:c11cc7246df7 8377:869f80966a77
    39         void SetupClicked();
    39         void SetupClicked();
    40 
    40 
    41     private:
    41     private:
    42         QLayout * bodyLayoutDefinition();
    42         QLayout * bodyLayoutDefinition();
    43         QLayout * footerLayoutDefinition();
    43         QLayout * footerLayoutDefinition();
       
    44         QLayout * footerLayoutLeftDefinition();
    44         void connectSignals();
    45         void connectSignals();
    45 
    46 
    46         QPushButton * btnSetup;
    47         QPushButton * btnSetup;
    47 };
    48 };
    48 
    49