From d26b5a13efe317b3c67dc3384e0ddeaafd4eaf30 Mon Sep 17 00:00:00 2001 From: Doc West Date: Thu, 5 Jul 2018 18:10:43 +0200 Subject: [PATCH] Fixed comment --- apps/opencs/model/world/idtable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/opencs/model/world/idtable.cpp b/apps/opencs/model/world/idtable.cpp index 75355116f..0a2052fd8 100644 --- a/apps/opencs/model/world/idtable.cpp +++ b/apps/opencs/model/world/idtable.cpp @@ -106,7 +106,7 @@ bool CSMWorld::IdTable::setData (const QModelIndex &index, const QVariant &value } 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); emit dataChanged(stateIndex, stateIndex); }