Still works...

This commit is contained in:
2025-08-13 22:25:01 +02:00
parent 7ade8ef1c8
commit d3f2cbeaec
9 changed files with 106 additions and 76 deletions

View File

@@ -319,7 +319,7 @@ XQItemList XQItemFactory::makeHeader( const XQNodePtr& headerNode )
{
XQItemList list;
// über alle kinder der <Header> sektion
for( const auto& headerEntry : headerNode->children() )
{
qDebug() << " --- headerEntry: " << headerEntry->tag_name() << ": " << headerEntry->attribute( "ItemType") << headerEntry->attribute( "Caption");