From 1693f94607678d892439ca02c08ac768aec3f46a Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 13 Jun 2018 10:24:21 +0200 Subject: Remove useless ProgressBar No need for the ProgressBar in the status line any more... --- torrentwidget.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'torrentwidget.h') diff --git a/torrentwidget.h b/torrentwidget.h index ad8387c..004380c 100644 --- a/torrentwidget.h +++ b/torrentwidget.h @@ -13,7 +13,6 @@ class QLabel; class QToolBar; class QMenuBar; class QKeyEvent; -class QProgressBar; class FileSorter; class TorrentDisplay; @@ -28,7 +27,6 @@ class TorrentWidget : public QWidget { QMenuBar *menuBar() { return mMenuBar; } TorrentDisplay *torrentDisplay() { return mTorrentDisplay; } QTreeView *torrentFileView() { return mFileView; } - void setProgressBar(QProgressBar *progressBar) { mProgressBar = progressBar; } const QString currentDir() const { return mDir->text(); } ~TorrentWidget(); @@ -72,7 +70,6 @@ class TorrentWidget : public QWidget { QTreeView *mFileView; QToolBar *mToolBar; QMenuBar *mMenuBar; - QProgressBar *mProgressBar; QAction *mRefreshA; QAction *mDeleteA; QAction *mMoveA; -- cgit v1.2.3-70-g09d2