- don't play sounds on initial update
[buliscores] / src / matchdaybackend.h
index 7944e5d..0081d1f 100644 (file)
@@ -23,7 +23,8 @@ public:
     virtual bool selectLeague(QString league) = 0;
 
 signals:
-    void matchListChanged(void);
+    void matchAdded(Match* match);
+    void updateFinished(int);
     void updateStarted(void);
 
 public slots: