Fix crash bug related to data changes in new group view.
This commit is contained in:
parent
6206a241ea
commit
c84c51860d
@ -48,10 +48,14 @@ GroupView::~GroupView()
|
|||||||
void GroupView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight,
|
void GroupView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight,
|
||||||
const QVector<int> &roles)
|
const QVector<int> &roles)
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
if (roles.contains(GroupViewRoles::GroupRole) || roles.contains(Qt::DisplayRole))
|
if (roles.contains(GroupViewRoles::GroupRole) || roles.contains(Qt::DisplayRole))
|
||||||
{
|
{
|
||||||
|
*/
|
||||||
updateGeometries();
|
updateGeometries();
|
||||||
|
/*
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
viewport()->update();
|
viewport()->update();
|
||||||
}
|
}
|
||||||
void GroupView::rowsInserted(const QModelIndex &parent, int start, int end)
|
void GroupView::rowsInserted(const QModelIndex &parent, int start, int end)
|
||||||
|
Loading…
Reference in New Issue
Block a user