summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-06-17 22:01:51 +0200
committerArno <am@disconnect.de>2010-06-17 22:01:51 +0200
commite730da87d51fea35f30782abab836c69ab8876d2 (patch)
treef286dda8014bab8ca8e23d5210bcba5551be2f67 /shemov.h
parent93c3e2c912b548d7b81d06a988677ceedf54e83d (diff)
downloadSheMov-e730da87d51fea35f30782abab836c69ab8876d2.tar.gz
SheMov-e730da87d51fea35f30782abab836c69ab8876d2.tar.bz2
SheMov-e730da87d51fea35f30782abab836c69ab8876d2.zip
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.
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index 20ab1e9..83db7b9 100644
--- a/shemov.h
+++ b/shemov.h
@@ -98,6 +98,8 @@ class SheMov : public QMainWindow {
//TreeView Actions
QAction *mNewSeriesA;
+ QAction *mDeleteFromSeriesA;
+
QActionGroup *mOpenWithGroupFS;
QActionGroup *mOpenWithGroupAV;
//EndActions