Skip to content

Commit

Permalink
comment dataChanged call away cause it crashes my debug on windows an…
Browse files Browse the repository at this point in the history
…d is not needed
  • Loading branch information
JorisGoosen committed Feb 13, 2025
1 parent da273f5 commit 5bea6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Desktop/data/datasetpackage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ bool DataSetPackage::setLabelAllowFilter(const QModelIndex & index, bool newAllo

emit labelFilterChanged();
QModelIndex columnParentNode = indexForSubNode(column);
emit dataChanged(DataSetPackage::index(row, 0, columnParentNode), DataSetPackage::index(row, columnCount(columnParentNode), columnParentNode), { int(specialRoles::filter) });
//emit dataChanged(DataSetPackage::index(row, 0, columnParentNode), DataSetPackage::index(row, columnCount(columnParentNode), columnParentNode), { int(specialRoles::filter) });
emit filteredOutChanged(col);

return true;
Expand Down

0 comments on commit 5bea6b2

Please sign in to comment.