mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
Don't remove whitespace...
This commit is contained in:
parent
8d036a79eb
commit
33c7e4e948
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ void CSVWorld::Table::contextMenuEvent (QContextMenuEvent *event)
|
||||||
|
|
||||||
QModelIndex index = mModel->index (row,
|
QModelIndex index = mModel->index (row,
|
||||||
mModel->findColumnIndex (CSMWorld::Columns::ColumnId_Modification));
|
mModel->findColumnIndex (CSMWorld::Columns::ColumnId_Modification));
|
||||||
|
|
||||||
CSMWorld::RecordBase::State state = static_cast<CSMWorld::RecordBase::State> (
|
CSMWorld::RecordBase::State state = static_cast<CSMWorld::RecordBase::State> (
|
||||||
mModel->data (index).toInt());
|
mModel->data (index).toInt());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue