summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 8db4db9..d60c00c 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -360,6 +360,8 @@ void SheMov::createActions(){
mNewSeriesA = new QAction(tr("New series"), this);
mATree->seriesWidget()->seriesTree()->addAction(mNewSeriesA);
connect(mNewSeriesA, SIGNAL(triggered()), mATree->seriesWidget(), SLOT(newSeries()));
+ mDeleteFromSeriesA = new QAction(tr("Delete entry..."), this);
+ mATree->seriesWidget()->seriesTree()->addAction(mDeleteFromSeriesA);
// misc
mOpenWithMapperFS = new QSignalMapper(this);