cracket it.

This commit is contained in:
2025-08-27 15:39:33 +02:00
parent 04b0f650d6
commit c6454f3106
2 changed files with 15 additions and 60 deletions

View File

@@ -35,7 +35,7 @@
void showItemList( const XQItemList& list)
{
for(const auto& entry : list )
qDebug() << " --- itemList: " << ((XQItem*)entry)->content();
qDebug() << " --- itemList: " << entry->text();
qDebug();
}