- write logfile for debugging purposes
[buliscores] / src / matchdaybackend.h
index 7944e5d..02eab60 100644 (file)
@@ -23,7 +23,8 @@ public:
     virtual bool selectLeague(QString league) = 0;
 
 signals:
-    void matchListChanged(void);
+    void matchAdded(Match* match);
+    void updateFinished(void);
     void updateStarted(void);
 
 public slots: