summaryrefslogtreecommitdiff
path: root/src/history/historypanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/history/historypanel.h')
-rw-r--r--src/history/historypanel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/history/historypanel.h b/src/history/historypanel.h
index 5ca4fff0..f78ec5e1 100644
--- a/src/history/historypanel.h
+++ b/src/history/historypanel.h
@@ -50,10 +50,14 @@ private Q_SLOTS:
virtual void contextMenuEmpty(const QPoint &pos);
void openAll();
+ void deleteEntry();
+ void deleteGroup();
+ void forgetSite();
private:
virtual void setup();
virtual QAbstractItemModel* model();
+ int removedFolderIndex;
};
#endif // HISTORYPANEL_H