summaryrefslogtreecommitdiffstats
path: root/torrentwidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-09-16 11:07:37 +0200
committerArno <arno@disconnect.de>2016-09-16 11:07:37 +0200
commit22d5bcbcb79dea84e7aab4e2032ae3638fbca581 (patch)
treee95026bb083e2b74d2ddbc62e211c3bc68241539 /torrentwidget.h
parentc1b9c52976acc1131f4e2315e24b11e1b3e15a5f (diff)
downloadShemovCleaner-22d5bcbcb79dea84e7aab4e2032ae3638fbca581.tar.gz
ShemovCleaner-22d5bcbcb79dea84e7aab4e2032ae3638fbca581.tar.bz2
ShemovCleaner-22d5bcbcb79dea84e7aab4e2032ae3638fbca581.zip
Always select and set current first row
Diffstat (limited to 'torrentwidget.h')
-rw-r--r--torrentwidget.h1
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);