mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
spaces around operators
This commit is contained in:
parent
c91ae86084
commit
51115fa5be
@ -170,7 +170,7 @@ void CSMWorld::CloneCommand::redo()
|
|||||||
|
|
||||||
void CSMWorld::CloneCommand::undo()
|
void CSMWorld::CloneCommand::undo()
|
||||||
{
|
{
|
||||||
mModel.removeRow (mModel.getModelIndex (mIdDestination, 0).row());
|
mModel.removeRow (mModel.getModelIndex (mIdDestination, 0).row()); //should be enough
|
||||||
}
|
}
|
||||||
|
|
||||||
// kate: indent-mode cstyle; indent-width 4; replace-tabs on;
|
// kate: indent-mode cstyle; indent-width 4; replace-tabs on;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user