From e730da87d51fea35f30782abab836c69ab8876d2 Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 17 Jun 2010 22:01:51 +0200 Subject: SeriesTreeModel::findFiles Implemented SeriesTreeModel::findFiles in preparation for deleting files from SeriesTreeView. Totally untested, of course, and the new action in SheMov doesn't do anything. --- shemov.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shemov.cpp') 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); -- cgit v1.2.3-70-g09d2