diff options
Diffstat (limited to 'src/downloadmanagerwidget.h')
-rw-r--r-- | src/downloadmanagerwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/downloadmanagerwidget.h b/src/downloadmanagerwidget.h index 7fa0950..4a8d059 100644 --- a/src/downloadmanagerwidget.h +++ b/src/downloadmanagerwidget.h @@ -75,6 +75,8 @@ public: // will be shown on the screen.
void downloadRequested(QWebEngineDownloadItem *webItem);
+protected slots:
+ void keyPressEvent(QKeyEvent *e);
private slots:
void on_open_download_dir_clicked();
|