mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Rule of 5 (3)
Change-Id: Ia85b23a09e9debd62b4f3590463a4f16454ef4b7
This commit is contained in:
@@ -9,10 +9,10 @@ namespace Calculation {
|
||||
|
||||
App::App(Container * container, Context * context) :
|
||||
TextFieldDelegateApp(container, &m_editExpressionController, I18n::Message::CalculApp, I18n::Message::CalculAppCapital, ImageStore::CalculationIcon),
|
||||
m_localContext(LocalContext((GlobalContext *)context, &m_calculationStore)),
|
||||
m_localContext((GlobalContext *)context, &m_calculationStore),
|
||||
m_calculationStore(),
|
||||
m_historyController(HistoryController(&m_editExpressionController, &m_calculationStore)),
|
||||
m_editExpressionController(EditExpressionController(&m_modalViewController, &m_historyController, &m_calculationStore))
|
||||
m_historyController(&m_editExpressionController, &m_calculationStore),
|
||||
m_editExpressionController(&m_modalViewController, &m_historyController, &m_calculationStore)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user