X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fscoretable.h;fp=src%2Fscoretable.h;h=0000000000000000000000000000000000000000;hb=20d5d242940382f516c55e2e229a863c7bb3476c;hp=908439d97a9fede6efde19d25b74472407bf274e;hpb=3a4e0fa6e601aaa6d73daadbfe677626bf3495aa;p=buliscores diff --git a/src/scoretable.h b/src/scoretable.h deleted file mode 100644 index 908439d..0000000 --- a/src/scoretable.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef SCORETABLE_H -#define SCORETABLE_H - -#include -#include - -#include "matchdaymodel.h" - -class ScoreTable : public QTableView -{ - Q_OBJECT -public: - explicit ScoreTable(MatchDayModel* model, QWidget *parent = 0); - QSize sizeHint() const; - -signals: - -protected slots: - void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight); - -}; - -#endif // SCORETABLE_H