- Save files list column width

This commit is contained in:
Christophe Dumez 2009-11-09 19:30:13 +00:00
commit 998b161696
4 changed files with 46 additions and 10 deletions

View file

@ -112,6 +112,8 @@ public slots:
void reduce();
void slide();
void clear();
void readSettings();
void saveSettings();
public:
PropertiesWidget(QWidget *parent, TransferListWidget *transferList, bittorrent* BTSession);