Improve lists columns state saving

This commit is contained in:
Christophe Dumez
2011-03-13 10:09:31 +00:00
parent e142aafea1
commit 596737ba2f
7 changed files with 49 additions and 68 deletions

View File

@@ -95,6 +95,10 @@ public slots:
void openDoubleClickedFile(QModelIndex);
void updateSavePath(const QTorrentHandle& h);
private:
void loadFilesListState();
void saveFilesListState();
private:
TransferListWidget *transferList;
MainWindow *main_window;