diff options
author | Arno <arno@disconnect.de> | 2016-09-05 06:45:30 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-09-05 06:45:30 +0200 |
commit | 15e4220aada49707be8333402c0cd8acba1a94ce (patch) | |
tree | 3d5f9e431446d2308bfe77ae73deb18465e3f8a7 /torrentwidget.h | |
parent | a926255626caee043da5086af1538327675faa55 (diff) | |
download | ShemovCleaner-15e4220aada49707be8333402c0cd8acba1a94ce.tar.gz ShemovCleaner-15e4220aada49707be8333402c0cd8acba1a94ce.tar.bz2 ShemovCleaner-15e4220aada49707be8333402c0cd8acba1a94ce.zip |
Add Help menu
Doesn't really help at all, just 2 about dialogs.
Diffstat (limited to 'torrentwidget.h')
-rw-r--r-- | torrentwidget.h | 1 |
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; } |