summaryrefslogtreecommitdiff
path: root/src/downloadlistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadlistview.h')
-rw-r--r--src/downloadlistview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/downloadlistview.h b/src/downloadlistview.h
index 0a3e575b..050c869f 100644
--- a/src/downloadlistview.h
+++ b/src/downloadlistview.h
@@ -90,6 +90,9 @@ signals:
void openMetaFile(int index);
void openInDownloadsFolder(int index);
+protected:
+ void keyPressEvent(QKeyEvent* event) override;
+
private slots:
void onDoubleClick(const QModelIndex& index);
void onCustomContextMenu(const QPoint& point);