forked from organicmaps/organicmaps
[Tizen] Save state between seances.
This commit is contained in:
parent
7d0c802c5e
commit
b06194d56c
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ Framework::Framework(Tizen::Ui::Controls::Form * form)
|
|||
|
||||
Framework::~Framework()
|
||||
{
|
||||
::Framework * pFramework = GetInstance();
|
||||
pFramework->SaveState();
|
||||
//delete m_VideoTimer; ?? ERROR on timer destructor...
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue