summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-06-11 14:58:47 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-06-11 14:58:47 +0200
commita76bde4806d4f5eca8afffc4600069bc257000f2 (patch)
tree55e49e49becd88057b71e366df4a43d45c99cba8 /mainwindow.h
parentcafda18672cd0b85931f2f8bd2803556547150c9 (diff)
folder removal added
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 886a9482..163e626e 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -131,6 +131,7 @@ private:
void updateProfileBox();
void initTrayIcon();
void destroyTrayIcon();
+ bool removeDir(const QString & dirName);
};
#endif // MAINWINDOW_H