diff options
Diffstat (limited to 'shemov.cpp')
-rw-r--r-- | shemov.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -608,6 +608,9 @@ void SheMov::createActions(){ mDeletePicFromA = new QAction(tr("Delete..."), this); mPicWidget->picView()->addAction(mDeletePicFromA); connect(mDeletePicFromA, SIGNAL(triggered()), mPicWidget->picView(), SLOT(deletePics())); + mEditPicsMappingsA = new QAction(tr("Edit mappings..."), this); + mPicWidget->picView()->addAction(mEditPicsMappingsA); + connect(mEditPicsMappingsA, SIGNAL(triggered()), mPicWidget->picView(), SIGNAL(editPicsMappings())); // misc mOpenWithMapperFS = new QSignalMapper(this); |