mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-25 03:12:49 +00:00
11 lines
231 B
C++
11 lines
231 B
C++
|
|
{% if event.interpretString %}
|
|
{
|
|
ModelInsertCommand insertCommand(&rootModel);
|
|
insertCommand.setStartRow(0);
|
|
insertCommand.interpret(
|
|
{{ event.interpretString }}
|
|
);
|
|
insertCommand.doCommand();
|
|
}
|
|
{% endif %}
|