- Put pieces properties on the top of torrent properties (uTorrent like)

This commit is contained in:
Christophe Dumez 2009-11-11 14:58:13 +00:00
commit 6199d6d543
4 changed files with 90 additions and 77 deletions

View file

@ -39,7 +39,6 @@
class TransferListWidget;
class QTimer;
class RealProgressBar;
class QVBoxLayout;
class RealProgressBarThread;
class bittorrent;
class TorrentFilesModel;
@ -59,7 +58,6 @@ private:
QTimer *refreshTimer;
RealProgressBar *progressBar;
RealProgressBarThread *progressBarUpdater;
QVBoxLayout *progressBarVbox;
bittorrent* BTSession;
SlideState state;
TorrentFilesModel *PropListModel;