X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FBusinessLogic%2FEngine.cpp;fp=src%2FBusinessLogic%2FEngine.cpp;h=a07d31ef035a0d9ec8afc61332edd2c4cd25249c;hb=0707d975553afcef053521d91e8f048992b9f37e;hp=cc021ca72e41b4ed8560effd0e76b6cbd74d4cb8;hpb=91a6320c32433fd05bd20ba09dfd48548e6d2ade;p=qtmeetings diff --git a/src/BusinessLogic/Engine.cpp b/src/BusinessLogic/Engine.cpp index cc021ca..a07d31e 100644 --- a/src/BusinessLogic/Engine.cpp +++ b/src/BusinessLogic/Engine.cpp @@ -107,7 +107,7 @@ void Engine::checkStatusOfAllRooms() for (int i = 0; i < iConfiguration->rooms().count(); i++) { // and check the status - roomStatusInfoNeeded(iConfiguration->rooms().at(i) ); + roomStatusInfoNeeded( iConfiguration->rooms().at(i) ); } } @@ -354,4 +354,4 @@ void Engine::currentRoomChanged(Room *aRoom) qDebug() << "[Engine::currentRoomChanged] "; iCurrentRoom = aRoom; roomStatusInfoNeeded( iCurrentRoom ); -} \ No newline at end of file +}