Icons for 2. Bundesliga (Germany) still have to be sorted.
[buliscores] / src / livescores.cpp
1 #include "livescores.h"
2 #include "match.h"
3 #include "QDate"
4
5
6
7 LiveScores::LiveScores(QObject *parent) :
8     QObject(parent)
9 {
10
11
12 }
13
14
15 QList<Match*> LiveScores::getMatchList()
16 {
17
18
19     return m_matchlist;
20 }
21
22