cracket it.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
void showItemList( const XQItemList& list)
|
||||
{
|
||||
for(const auto& entry : list )
|
||||
qDebug() << " --- itemList: " << ((XQItem*)entry)->content();
|
||||
qDebug() << " --- itemList: " << entry->text();
|
||||
qDebug();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user