summaryrefslogtreecommitdiffstats
path: root/torrentwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'torrentwidget.h')
-rw-r--r--torrentwidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/torrentwidget.h b/torrentwidget.h
index aa3d977..00b4c35 100644
--- a/torrentwidget.h
+++ b/torrentwidget.h
@@ -25,7 +25,6 @@ class TorrentWidget : public QWidget {
enum Columns { IconColumn = 0, NameColumn = 1, CreatedColumn = 2 };
enum Present { NotPresent = 0, Present = 1 };
TorrentWidget(QWidget *parent = 0);
- QToolBar *toolBar() { return mToolBar; }
QMenuBar *menuBar() { return mMenuBar; }
TorrentDisplay *torrentDisplay() { return mTorrentDisplay; }
QTreeView *torrentFileView() { return mFileView; }