diff options
Diffstat (limited to 'torrentwidget.h')
-rw-r--r-- | torrentwidget.h | 3 |
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; |