mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-04 05:15:34 +00:00
Fixed comment
This commit is contained in:
parent
01b8ce5f70
commit
d26b5a13ef
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue