1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 06:23:52 +00:00

Added mCloneAction member

This commit is contained in:
Marek Kochanowicz 2014-01-14 13:12:15 +01:00
parent a81d9c23f8
commit 6397d9d40e

View file

@ -199,6 +199,9 @@ CSVWorld::Table::Table (const CSMWorld::UniversalId& id, CSMWorld::Data& data, Q
mCreateAction = new QAction (tr ("Add Record"), this);
connect (mCreateAction, SIGNAL (triggered()), this, SIGNAL (createRequest()));
addAction (mCreateAction);
mCloneAction = new QAction(tr("Clone Record"), this);
addAction(mCloneAction);
}
mRevertAction = new QAction (tr ("Revert Record"), this);