mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
access the toolbox from the container Change-Id: I89eb598b4a7d317d70d5a1f13b79422d35438d68
8 lines
185 B
C++
8 lines
185 B
C++
#include "picview_app.h"
|
|
|
|
PicViewApp::PicViewApp(Container * container) :
|
|
::App(container, &m_picViewController),
|
|
m_picViewController(PicViewController(&m_modalViewController))
|
|
{
|
|
}
|