QTfrontend/pageingame.h
changeset 6042 8b5345758f62
parent 5205 78138ae93820
equal deleted inserted replaced
6040:a740069c21e3 6042:8b5345758f62
    23 
    23 
    24 class PageInGame : public AbstractPage
    24 class PageInGame : public AbstractPage
    25 {
    25 {
    26     Q_OBJECT
    26     Q_OBJECT
    27 
    27 
    28 public:
    28     public:
    29     PageInGame(QWidget* parent = 0);
    29         PageInGame(QWidget * parent = 0);
       
    30 
       
    31         QLayout * bodyLayoutDefinition();
    30 };
    32 };
    31 
    33 
    32 #endif
    34 #endif
    33 
    35