summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-07-18 12:12:05 +0200
committerArno <am@disconnect.de>2010-07-18 12:12:05 +0200
commit3befd105e04fb5d724c13863b25f720e239bc14c (patch)
treed318c048aa983f681e13e23dcc2a2da95b95c4a5 /shemov.h
parent88791c89ac1066a9c0118120e10ec3cc19c2ec72 (diff)
downloadSheMov-3befd105e04fb5d724c13863b25f720e239bc14c.tar.gz
SheMov-3befd105e04fb5d724c13863b25f720e239bc14c.tar.bz2
SheMov-3befd105e04fb5d724c13863b25f720e239bc14c.zip
Implemented setDvdNo for FilesTree
The dvd number can be set for several files at once with this function. Also fixed a little bug when showing the series name in the status bar. Only show file part number if it is > 0.
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index dfd6786..47f5b6e 100644
--- a/shemov.h
+++ b/shemov.h
@@ -116,6 +116,7 @@ class SheMov : public QMainWindow {
//TreeView FileWidget Actions
QAction *mMoveToBurnA;
+ QAction *mSetDvdNoA;
QActionGroup *mOpenWithGroupFS;
QActionGroup *mOpenWithGroupAV;