mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[ion] Namespace Record and Kallax
This commit is contained in:
committed by
EmilieNumworks
parent
aa984bca74
commit
f9656fd94f
@@ -12,7 +12,7 @@ ScriptParameterController::ScriptParameterController(Responder * parentResponder
|
||||
m_deleteScript(I18n::Message::DeleteScript),
|
||||
m_selectableTableView(this, this, 0, 1, Metric::CommonTopMargin, Metric::CommonRightMargin,
|
||||
Metric::CommonBottomMargin, Metric::CommonLeftMargin, this),
|
||||
m_script(Record()),
|
||||
m_script(Ion::Record()),
|
||||
m_menuController(menuController)
|
||||
{
|
||||
}
|
||||
@@ -22,7 +22,7 @@ void ScriptParameterController::setScript(Script script){
|
||||
}
|
||||
|
||||
void ScriptParameterController::dismissScriptParameterController() {
|
||||
m_script = Script(Record());
|
||||
m_script = Script(Ion::Record());
|
||||
stackViewController()->pop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user