summaryrefslogtreecommitdiffstats
path: root/torrentwidget.h
diff options
context:
space:
mode:
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: