1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-15 18:39:51 +00:00

reformating

This commit is contained in:
Marek Kochanowicz 2014-01-27 14:45:07 +01:00
parent 2899f04a3f
commit 4d6fb31610

View File

@ -1,8 +1,10 @@
#include "commands.hpp" #include "commands.hpp"
#include "idtable.hpp"
#include <QAbstractItemModel> #include <QAbstractItemModel>
#include "idtable.hpp"
#include <components/misc/stringops.hpp> #include <components/misc/stringops.hpp>
CSMWorld::ModifyCommand::ModifyCommand(QAbstractItemModel& model, const QModelIndex& index, CSMWorld::ModifyCommand::ModifyCommand(QAbstractItemModel& model, const QModelIndex& index,
@ -38,7 +40,6 @@ CSMWorld::CloneCommand::CloneCommand(CSMWorld::IdTable& model,
setText(("Clone record " + idOrigin + " to the " + IdDestination).c_str()); setText(("Clone record " + idOrigin + " to the " + IdDestination).c_str());
} }
void CSMWorld::CloneCommand::redo() void CSMWorld::CloneCommand::redo()
{ {
mModel.cloneRecord(mIdOrigin, mIdDestination, mType); mModel.cloneRecord(mIdOrigin, mIdDestination, mType);