summaryrefslogtreecommitdiffstats
path: root/torrentwidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-09-05 04:08:07 +0200
committerArno <arno@disconnect.de>2016-09-05 04:08:07 +0200
commit3a6e43400ff1c36269d6b7cb822b3ffe6ff58fb7 (patch)
tree15b7a57f575db18fabec9d06d4bc4f9c65b1f12e /torrentwidget.h
parentdc9c309f0409a71865315f901b1900f36af79050 (diff)
downloadShemovCleaner-3a6e43400ff1c36269d6b7cb822b3ffe6ff58fb7.tar.gz
ShemovCleaner-3a6e43400ff1c36269d6b7cb822b3ffe6ff58fb7.tar.bz2
ShemovCleaner-3a6e43400ff1c36269d6b7cb822b3ffe6ff58fb7.zip
Fix keyboard naviagtion for TorrentWidget too
For an explanation see commit eaaa0c165b83aba1227304eb1074098ac0028ae8
Diffstat (limited to 'torrentwidget.h')
-rw-r--r--torrentwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/torrentwidget.h b/torrentwidget.h
index 051a281..4a354ce 100644
--- a/torrentwidget.h
+++ b/torrentwidget.h
@@ -13,6 +13,7 @@ class QStandardItemModel;
class QLabel;
class QToolBar;
class QMenuBar;
+class QKeyEvent;
class FileSorter;
class TorrentDisplay;
@@ -41,6 +42,7 @@ class TorrentWidget : public QWidget {
void fileSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
protected:
+ virtual void keyPressEvent(QKeyEvent *e);
virtual void contextMenuEvent(QContextMenuEvent *e);
private: