summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authoram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-08-14 18:53:25 +0000
committeram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-08-14 18:53:25 +0000
commit06233888b033adc6e821331e6d1822e9807371ae (patch)
treecc3ded50eb1640805652e1ec77988b39e31d13c8 /shemov.h
parent41802000a0bcbb44c3add7f218eceec101f52cc0 (diff)
downloadSheMov-06233888b033adc6e821331e6d1822e9807371ae.tar.gz
SheMov-06233888b033adc6e821331e6d1822e9807371ae.tar.bz2
SheMov-06233888b033adc6e821331e6d1822e9807371ae.zip
-Implemented conlumnContains() in MovieModel
-Implemented guess-function in ArchiveEditDialog -Cumulative size is now shown in statusBar() when selecting items in ArchiveViewWidget -Fixed EditArchiveItemDialog allowing duplicate titles (neccessary after creating iseriesno and ipartno) -Fixed windowTitle() when changing tabs git-svn-id: file:///var/svn/repos2/shemov/trunk@401 f440f766-f032-0410-8965-dc7d17de2ca0
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 67d8da6..92a93b6 100644
--- a/shemov.h
+++ b/shemov.h
@@ -49,6 +49,7 @@ class SheMov : public QMainWindow {
//Statusbar Items
QLabel *mSelectedItems;
QLabel *mTemplate;
+ QLabel *mSelectedSize;
//Actions
QAction *mQuitA;