summaryrefslogtreecommitdiffstats
path: root/torrentwidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-09-04 07:24:52 +0200
committerArno <arno@disconnect.de>2016-09-04 07:24:52 +0200
commiteebc2927d4de8456b23915554f8b53f5c33df58d (patch)
treeb376456186c38fe2a54a33659085d7fe524fce71 /torrentwidget.h
parentf09ca72fd0828ed365c1619a91cb93f3211b42d2 (diff)
downloadShemovCleaner-eebc2927d4de8456b23915554f8b53f5c33df58d.tar.gz
ShemovCleaner-eebc2927d4de8456b23915554f8b53f5c33df58d.tar.bz2
ShemovCleaner-eebc2927d4de8456b23915554f8b53f5c33df58d.zip
Navigate Tabs by ALT+Left+Right
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 10a67d8..549b3db 100644
--- a/torrentwidget.h
+++ b/torrentwidget.h
@@ -23,6 +23,7 @@ class TorrentWidget : public QWidget {
QToolBar *toolBar() { return mToolBar; }
QMenuBar *menuBar() { return mMenuBar; }
TorrentDisplay *torrentDisplay() { return mTorrentDisplay; }
+ QTreeView *torrentFileView() { return mFileView; }
~TorrentWidget();
signals: