mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Substitute "app()->container()" by "AppsContainer::sharedAppsContainer()"
This commit is contained in:
committed by
EmilieNumworks
parent
268ad3f3ba
commit
eb3da7f395
@@ -22,7 +22,7 @@ StoreController::StoreController(Responder * parentResponder, InputEventHandlerD
|
||||
}
|
||||
|
||||
StoreContext * StoreController::storeContext() {
|
||||
m_statisticsContext.setParentContext(const_cast<AppsContainer *>(static_cast<const AppsContainer *>(app()->container()))->globalContext());
|
||||
m_statisticsContext.setParentContext(AppsContainer::sharedAppsContainer()->globalContext());
|
||||
return &m_statisticsContext;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user