restructured project to include packaging files
[buliscores] / src / scoretable.h
diff --git a/src/scoretable.h b/src/scoretable.h
deleted file mode 100644 (file)
index 908439d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef SCORETABLE_H
-#define SCORETABLE_H
-
-#include <QTableView>
-#include <QMouseEvent>
-
-#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