[apps] Don't make the apps_container_storage a global variable

This commit is contained in:
Romain Goyet
2018-04-10 15:04:58 +02:00
parent 73af1a3d36
commit 5b379010d8
3 changed files with 9 additions and 5 deletions

View File

@@ -9,6 +9,7 @@
class AppsContainerStorage : public AppsContainer {
public:
static AppsContainerStorage * sharedContainer();
AppsContainerStorage();
int numberOfApps() override;
App::Snapshot * appSnapshotAtIndex(int index) override;