diff options
Diffstat (limited to 'torrentwidget.h')
-rw-r--r-- | torrentwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/torrentwidget.h b/torrentwidget.h index 00b4c35..075e6c5 100644 --- a/torrentwidget.h +++ b/torrentwidget.h @@ -43,6 +43,7 @@ class TorrentWidget : public QWidget { void torrentInfo(); void searchFile(); void fileSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected); + void selectFirst(); protected: virtual void keyPressEvent(QKeyEvent *e); |