- write logfile for debugging purposes
[buliscores] / src / matchdaymodel.h
index 0c9ec95..4d48000 100644 (file)
@@ -14,6 +14,7 @@ class MatchDayModel : public QAbstractTableModel
     enum {
         Spacer = 0,
         MatchState,
+        Spacer2,
         HomeIcon,
         HomeTeam,
         HomeScore,
@@ -39,7 +40,7 @@ public:
     QVariant data(const QModelIndex& index, int role) const;
 
 protected slots:
-    void onMatchListChanged(void);
+    void onUpdateFinished(void);
 
 };