Skip to content

Commit

Permalink
add debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros committed May 17, 2024
1 parent e4e35dd commit afff881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/attributes/attributeformmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ void AttributeFormModel::onFormDataChanged( const QUuid id, const QVector<int> r
if ( rowIsValid( row ) )
{
const QModelIndex modelIndex = index( row, 0 );
qDebug() << "DEBUG " << roles << " " << data( modelIndex, 273 );
emit dataChanged( modelIndex, modelIndex, roles );
}
}
Expand Down

0 comments on commit afff881

Please sign in to comment.