summaryrefslogtreecommitdiffstats
path: root/torrentwidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-06-13 10:24:21 +0200
committerArno <arno@disconnect.de>2018-06-13 10:24:21 +0200
commit1693f94607678d892439ca02c08ac768aec3f46a (patch)
tree35e45c0eec3be3cac355459209408a62bff2f632 /torrentwidget.h
parent353e777931fd7be08fbf2d91cdb16479df0acb81 (diff)
downloadShemovCleaner-1693f94607678d892439ca02c08ac768aec3f46a.tar.gz
ShemovCleaner-1693f94607678d892439ca02c08ac768aec3f46a.tar.bz2
ShemovCleaner-1693f94607678d892439ca02c08ac768aec3f46a.zip
Remove useless ProgressBar
No need for the ProgressBar in the status line any more...
Diffstat (limited to 'torrentwidget.h')
-rw-r--r--torrentwidget.h3
1 files changed, 0 insertions, 3 deletions
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;