summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-17 23:22:54 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-17 23:22:54 +0100
commit374422d95d0d67733246f3d003bdb3f2cedfee54 (patch)
tree558bc20c0d62ddeae800e3c99c7469599cc3a3b7 /mainwindow.h
parent724f2b74fac526d1947859bd95d98df54362c9a6 (diff)
Remove template widgets when starting new task
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 f1b63fcc..e63d9a41 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -154,6 +154,7 @@ private:
void destroyTrayIcon();
bool removeDir(const QString & dirName);
void waitFor(int);
+ void clearTemplateWidgets();
};
#endif // MAINWINDOW_H