QTfrontend/ui/page/pagegamestats.h
changeset 15278 16f389fcd462
parent 15071 dc236bcd7309
equal deleted inserted replaced
15277:7b05af5912cb 15278:16f389fcd462
    56     public slots:
    56     public slots:
    57         void GameStats(char type, const QString & info);
    57         void GameStats(char type, const QString & info);
    58         void clear();
    58         void clear();
    59         void renderStats();
    59         void renderStats();
    60         void restartBtnVisible(bool visible);
    60         void restartBtnVisible(bool visible);
       
    61         void saveDemoBtnEnabled(bool enabled);
    61 
    62 
    62     signals:
    63     signals:
    63         void saveDemoRequested();
    64         void saveDemoRequested();
    64         void restartGameRequested();
    65         void restartGameRequested();
    65 
    66