Files
RedBear-OS/local/recipes/kde/kf6-kitemmodels/source/autotests/proxymodeltestsuite/templates/init.cpp
T
2026-04-14 10:51:06 +01:00

14 lines
231 B
C++

{
% if event.interpretString %
}
{
ModelInsertCommand insertCommand(&rootModel);
insertCommand.setStartRow(0);
insertCommand.interpret({{event.interpretString}});
insertCommand.doCommand();
}
{
% endif %
}