diff options
author | Arno <am@disconnect.de> | 2010-06-17 22:01:51 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-06-17 22:01:51 +0200 |
commit | e730da87d51fea35f30782abab836c69ab8876d2 (patch) | |
tree | f286dda8014bab8ca8e23d5210bcba5551be2f67 /shemov.h | |
parent | 93c3e2c912b548d7b81d06a988677ceedf54e83d (diff) | |
download | SheMov-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -98,6 +98,8 @@ class SheMov : public QMainWindow { //TreeView Actions QAction *mNewSeriesA; + QAction *mDeleteFromSeriesA; + QActionGroup *mOpenWithGroupFS; QActionGroup *mOpenWithGroupAV; //EndActions |