summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2015-08-28 03:00:04 +0200
committerArno <arno@disconnect.de>2015-08-28 03:00:04 +0200
commit8044844879f3bdb57f216c5be1499b0af5b5bbb7 (patch)
treec27d6174812213955889024424e0d374c063f3a5 /shemov.h
parent4f009ac16d451c518c1aad880236fc43cb0bb46b (diff)
downloadSheMov-8044844879f3bdb57f216c5be1499b0af5b5bbb7.tar.gz
SheMov-8044844879f3bdb57f216c5be1499b0af5b5bbb7.tar.bz2
SheMov-8044844879f3bdb57f216c5be1499b0af5b5bbb7.zip
Remove slide indicator from status bar
Useless, and didn't work anyway since using the control item in pictureviewer.
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shemov.h b/shemov.h
index 8247e20..33dfa7b 100644
--- a/shemov.h
+++ b/shemov.h
@@ -40,7 +40,6 @@ class SheMov : public QMainWindow {
void configure();
void tabChanged(int newTab);
void setFsFree();
- void setSlide(bool toggled);
void aboutShemov();
void showStatistics();
void newMovieWizard();
@@ -78,7 +77,6 @@ class SheMov : public QMainWindow {
//Statusbar Items
QLabel *mSelectedDuration;
QLabel *mSelectedItems;
- QLabel *mSlideLabel;
QLabel *mSelectedSize;
QLabel *mFsFree;