This commit is contained in:
2025-09-12 00:39:51 +02:00
parent cc441d094c
commit fd94b2d354
5 changed files with 25 additions and 68 deletions

View File

@@ -67,6 +67,11 @@ void XQChildModel::addModelData( const XQNodePtr& contentRoot )
// _hinter_ der letzen zeile einfügen
insertRow( newRow+1, list);
if( contentEntry->has_children() )
{
}
} // for
}