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 cc54643..51c1934 100644
--- a/shemov.h
+++ b/shemov.h
@@ -25,6 +25,7 @@ class SheMov : public QMainWindow {
private slots:
void updateSelectionCount(const QItemSelection &sel, const QItemSelection &prev);
void newWindowTitle(const QString &title);
+ void statusbarMessage(const QString &message);
private:
void createStatusbar();
@@ -38,6 +39,7 @@ class SheMov : public QMainWindow {
QAction *mQuitA;
QAction *mMarkFilesA;
QAction *mUnmarkFilesA;
+ QAction *mCreateFolderA;
//EndActions
QTabWidget *mTab;