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