mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-23 03:47:34 -04:00
Fixed comment
This commit is contained in:
parent
e187733811
commit
b8e53b5b81
@ -106,7 +106,7 @@ bool CSMWorld::IdTable::setData (const QModelIndex &index, const QVariant &value
|
|||||||
|
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
// Modifying a value can also change the Modified status of a record unless .
|
// Modifying a value can also change the Modified status of a record.
|
||||||
QModelIndex stateIndex = this->index(index.row(), stateColumn);
|
QModelIndex stateIndex = this->index(index.row(), stateColumn);
|
||||||
emit dataChanged(stateIndex, stateIndex);
|
emit dataChanged(stateIndex, stateIndex);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user