1 2 { 3 % if event.interpretString % 4 } 5 { 6 ModelInsertCommand insertCommand(&rootModel); 7 insertCommand.setStartRow(0); 8 insertCommand.interpret({{event.interpretString}}); 9 insertCommand.doCommand(); 10 } 11 { 12 % endif % 13 } 14
1 2 { 3 % if event.interpretString % 4 } 5 { 6 ModelInsertCommand insertCommand(&rootModel); 7 insertCommand.setStartRow(0); 8 insertCommand.interpret({{event.interpretString}}); 9 insertCommand.doCommand(); 10 } 11 { 12 % endif % 13 } 14