diff options
author | Arno <arno@disconnect.de> | 2015-08-28 03:00:04 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2015-08-28 03:00:04 +0200 |
commit | 8044844879f3bdb57f216c5be1499b0af5b5bbb7 (patch) | |
tree | c27d6174812213955889024424e0d374c063f3a5 /shemov.h | |
parent | 4f009ac16d451c518c1aad880236fc43cb0bb46b (diff) | |
download | SheMov-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |