forked from teamnwah/openmw-tes3coop
Added mCloneAction member
This commit is contained in:
parent
a81d9c23f8
commit
6397d9d40e
1 changed files with 3 additions and 0 deletions
|
@ -199,6 +199,9 @@ CSVWorld::Table::Table (const CSMWorld::UniversalId& id, CSMWorld::Data& data, Q
|
||||||
mCreateAction = new QAction (tr ("Add Record"), this);
|
mCreateAction = new QAction (tr ("Add Record"), this);
|
||||||
connect (mCreateAction, SIGNAL (triggered()), this, SIGNAL (createRequest()));
|
connect (mCreateAction, SIGNAL (triggered()), this, SIGNAL (createRequest()));
|
||||||
addAction (mCreateAction);
|
addAction (mCreateAction);
|
||||||
|
|
||||||
|
mCloneAction = new QAction(tr("Clone Record"), this);
|
||||||
|
addAction(mCloneAction);
|
||||||
}
|
}
|
||||||
|
|
||||||
mRevertAction = new QAction (tr ("Revert Record"), this);
|
mRevertAction = new QAction (tr ("Revert Record"), this);
|
||||||
|
|
Loading…
Reference in a new issue