summaryrefslogtreecommitdiffstats
path: root/fileview.h
diff options
context:
space:
mode:
Diffstat (limited to 'fileview.h')
-rw-r--r--fileview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fileview.h b/fileview.h
index 93fa045..604fa8f 100644
--- a/fileview.h
+++ b/fileview.h
@@ -48,6 +48,7 @@ class FileView : public QTreeView {
virtual bool event(QEvent *event);
private:
+ bool exitHover(bool exitVal = true);
MessageDialog *mMarkDialog;
MessageDialog *mCreateFolderDialog;
QAction *mDeleteA;