Reduced warings.

This commit is contained in:
2025-10-01 11:28:58 +02:00
parent b5f218084b
commit 1e82128ea0
4 changed files with 5 additions and 3 deletions

View File

@@ -156,7 +156,9 @@ XQItemList XQItemFactory::makeRow(const XQNodePtr& sheetNode, const XQNodePtr& c
// __fix! Obacht! das setzt das vorhandensein des Contents voraus!
for( const auto& sheetEntry : sheetNode->children() )
{
list.append( makeItem( sheetEntry, contentNode ) );
}
Q_ASSERT(!list.empty());