X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Fmainwidget.cpp;fp=src%2Fsrc%2Fmainwidget.cpp;h=f425006d59be94137c21db31ed54940c1319ba76;hb=13b4bff302559c786d669503f841129ab4694c91;hp=cabaeced3e57bb89366393fd2b2c45e9f8c6df83;hpb=5c72b156d89eadc4b69e53f4881c3167373e9c59;p=buliscores diff --git a/src/src/mainwidget.cpp b/src/src/mainwidget.cpp index cabaece..f425006 100644 --- a/src/src/mainwidget.cpp +++ b/src/src/mainwidget.cpp @@ -109,6 +109,7 @@ void MainWidget::onMatchAdded(Match* match) { connect(match, SIGNAL(stateChanged(Match::MatchState)), this, SLOT(onMatchStateChanged(Match::MatchState))); + qDebug() << "Match (" << match->homeTeam() << " vs " << match->awayTeam() << ") : registering signals"; }