QTfrontend/ui/page/pagemultiplayer.h
branchwebgl
changeset 8444 75db7bb8dce8
parent 8377 869f80966a77
child 9080 9b42757d7e71
equal deleted inserted replaced
8340:46a9fde631f4 8444:75db7bb8dce8
    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