QTfrontend/ui/page/pagemain.h
branchwebgl
changeset 9127 e350500c4edb
parent 9080 9b42757d7e71
child 9833 1957c7f92460
equal deleted inserted replaced
8860:bde641cf53c8 9127:e350500c4edb
     1 /*
     1 /*
     2  * Hedgewars, a free turn based strategy game
     2  * Hedgewars, a free turn based strategy game
     3  * Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@gmail.com>
     3  * Copyright (c) 2004-2013 Andrey Korotaev <unC0Rr@gmail.com>
     4  *
     4  *
     5  * This program is free software; you can redistribute it and/or modify
     5  * This program is free software; you can redistribute it and/or modify
     6  * it under the terms of the GNU General Public License as published by
     6  * it under the terms of the GNU General Public License as published by
     7  * the Free Software Foundation; version 2 of the License
     7  * the Free Software Foundation; version 2 of the License
     8  *
     8  *
    27 {
    27 {
    28     Q_OBJECT
    28     Q_OBJECT
    29 
    29 
    30     public:
    30     public:
    31         PageMain(QWidget * parent = 0);
    31         PageMain(QWidget * parent = 0);
       
    32         void resetNetworkChoice();
    32 
    33 
    33         QPushButton * BtnSinglePlayer;
    34         QPushButton * BtnSinglePlayer;
    34         QPushButton * BtnNet;
    35         QPushButton * BtnNet;
    35         QPushButton * BtnNetLocal;
    36         QPushButton * BtnNetLocal;
    36         QPushButton * BtnNetOfficial;
    37         QPushButton * BtnNetOfficial;