- Code cleanup

This commit is contained in:
Christophe Dumez
2009-08-26 05:09:25 +00:00
parent f382ba4fd0
commit ef95d6df81
2 changed files with 79 additions and 79 deletions

View File

@@ -47,8 +47,8 @@ class DownloadingTorrents : public QWidget, public Ui::downloading{
QObject *parent;
bittorrent *BTSession;
DLListDelegate *DLDelegate;
QStandardItemModel *srcModel;
QSortFilterProxyModel *DLListModel;
QStandardItemModel *DLListModel;
QSortFilterProxyModel *proxyModel;
unsigned int nbTorrents;
void hideOrShowColumn(int index);
bool loadHiddenColumns();