Added subitems for sections.

This commit is contained in:
2025-09-28 10:59:05 +02:00
parent 4996c03b39
commit 007970f4ee
4 changed files with 40 additions and 11 deletions

View File

@@ -153,6 +153,8 @@ XQItemList XQItemFactory::makeRow(const XQNodePtr& sheetNode, const XQNodePtr& c
// value = contentNode->attributes["Capacity"];
//
// __fix! Obacht! das setzt das vorhandensein des Contents voraus!
for( const auto& sheetEntry : sheetNode->children() )
list.append( makeItem( sheetEntry, contentNode ) );