summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index 5b447d9..6d61d2e 100644
--- a/shemov.h
+++ b/shemov.h
@@ -39,6 +39,7 @@ class SheMov : public QMainWindow {
void setTemplate(const QString &newTemplate);
void configure();
void tabChanged(int newTab);
+ void setFsFree();
private:
void createStatusbar();
@@ -50,6 +51,7 @@ class SheMov : public QMainWindow {
QLabel *mSelectedItems;
QLabel *mTemplate;
QLabel *mSelectedSize;
+ QLabel *mFsFree;
//Actions
QAction *mQuitA;