- Moved the resource URL inside the QML app
- Updated local path for all the platforms - Fixed local path creation problem on Linux
This commit is contained in:
@@ -78,7 +78,9 @@ WagicCore::~WagicCore()
|
||||
m_launcher = NULL;
|
||||
}
|
||||
|
||||
m_engine->SetApp(NULL);
|
||||
if(m_engine)
|
||||
m_engine->SetApp(NULL);
|
||||
|
||||
if (m_app)
|
||||
{
|
||||
m_app->Destroy();
|
||||
|
||||
Reference in New Issue
Block a user