X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmatchdaymodel.h;h=21fc9fccb8405c382b397e9ad42f8ee34588ac49;hb=d84515b43219808f126257d51c182d6e4f4920c8;hp=b99ef481f6bebff9aae225868dc14ee25eccddb8;hpb=550599e15c77ef3fccb1d6a02e871d6dd4ff03b3;p=buliscores diff --git a/src/matchdaymodel.h b/src/matchdaymodel.h index b99ef48..21fc9fc 100644 --- a/src/matchdaymodel.h +++ b/src/matchdaymodel.h @@ -3,6 +3,7 @@ #include #include +#include #include "backendkicker.h" @@ -24,6 +25,8 @@ class MatchDayModel : public QAbstractTableModel private: QString m_url; BackendKicker* m_backend; + int m_lastRowCount; + QSettings m_settings; public: @@ -33,15 +36,11 @@ public: int columnCount(const QModelIndex& index) const; QVariant data(const QModelIndex& index, int role) const; - void update(void); - -signals: - - protected slots: void onMatchListChanged(void); public slots: + void update(void); };