mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
notify view when exiting
This commit is contained in:
parent
1bb9389169
commit
5c8e0486f8
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ void CXWordsAppUi::HandleCommandL(TInt aCommand)
|
||||||
|
|
||||||
// built-in commands here
|
// built-in commands here
|
||||||
case EEikCmdExit:
|
case EEikCmdExit:
|
||||||
|
iAppView->Exiting();
|
||||||
CBaActiveScheduler::Exit();
|
CBaActiveScheduler::Exit();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue