works again
This commit is contained in:
@@ -65,7 +65,7 @@ QVariant XQItemType::data( int role ) const
|
||||
|
||||
void XQItemType::setData(const QVariant& value, int role )
|
||||
{
|
||||
qDebug() << " --- itemType set Data:" << role << " : " << value.toString();
|
||||
//qDebug() << " --- itemType set Data:" << role << " : " << value.toString();
|
||||
return QStandardItem::setData(value,role);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user