X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FBusinessLogic%2FEngine.cpp;h=9fd0c6c9c8fa0197c1fe6cb6aea7af93339d1166;hb=031dfbe58e5265dfff05b8ceb7ffae21be7c4868;hp=62074400b4235bca0a32ab91c1477f067c7565ee;hpb=51d64b3d9f4cacc447c74e5811e692fbe9b4137f;p=qtmeetings diff --git a/src/BusinessLogic/Engine.cpp b/src/BusinessLogic/Engine.cpp index 6207440..9fd0c6c 100644 --- a/src/BusinessLogic/Engine.cpp +++ b/src/BusinessLogic/Engine.cpp @@ -58,6 +58,9 @@ Engine::Engine() : iAutoRefresh->start(); connect( iAutoRefresh, SIGNAL( timeout() ), iAutoRefresh, SLOT( start() ) ); connect( iAutoRefresh, SIGNAL( timeout() ), this, SLOT( updateRoomInfo() ) ); + + connect(iWindowManager, SIGNAL(closeClicked()), this, SLOT(closeApplication())); + // connect( iAutoRefresh, SIGNAL( timeout() ), this, SLOT( fetchMeetings() ) ); if( iDevice->currentOperationMode() == DeviceManager::KioskMode )