summaryrefslogtreecommitdiffstats
path: root/archiveview.h
diff options
context:
space:
mode:
Diffstat (limited to 'archiveview.h')
-rw-r--r--archiveview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/archiveview.h b/archiveview.h
index dbe0e8f..a900ec2 100644
--- a/archiveview.h
+++ b/archiveview.h
@@ -111,9 +111,13 @@ class ArchiveTree : public SmTreeView {
};
class ArchiveFiles : public SmTreeView {
+ Q_OBJECT
public:
explicit ArchiveFiles(const QString &headerSettings = "afilesheaders", QWidget *parent = 0);
+ public slots:
+ void deleteFromFiles();
+
protected:
virtual void mousePressEvent(QMouseEvent *e);
virtual void mouseMoveEvent(QMouseEvent *e);