QTfrontend/ui/page/pagegamestats.h
changeset 9177 d5e98b81e135
parent 9175 dc3c0e44f7f3
child 9178 c0902317c823
equal deleted inserted replaced
9176:c21c88dca14c 9177:d5e98b81e135
    66         void AddStatText(const QString & msg);
    66         void AddStatText(const QString & msg);
    67 
    67 
    68         QMap<quint32, QVector<quint32> > healthPoints;
    68         QMap<quint32, QVector<quint32> > healthPoints;
    69         unsigned int playerPosition;
    69         unsigned int playerPosition;
    70         quint32 lastColor;
    70         quint32 lastColor;
       
    71         bool defaultGraphTitle;
    71 
    72 
    72     protected:
    73     protected:
    73         QLayout * bodyLayoutDefinition();
    74         QLayout * bodyLayoutDefinition();
    74         QLayout * footerLayoutDefinition();
    75         QLayout * footerLayoutDefinition();
    75         void connectSignals();
    76         void connectSignals();