Files
Upsilon/apps/picview/picview_app.cpp
Émilie Feral 30f37213d1 [escher][apps] add pointer to the container from the app and a method to
access the toolbox from the container

Change-Id: I89eb598b4a7d317d70d5a1f13b79422d35438d68
2016-11-10 10:55:15 +01:00

8 lines
185 B
C++

#include "picview_app.h"
PicViewApp::PicViewApp(Container * container) :
::App(container, &m_picViewController),
m_picViewController(PicViewController(&m_modalViewController))
{
}