Code clean up

This commit is contained in:
Christophe Dumez
2010-12-04 09:51:43 +00:00
parent 0853ae4691
commit 62503fb663
2 changed files with 29 additions and 163 deletions

View File

@@ -87,16 +87,12 @@ protected:
QModelIndex mapToSource(const QModelIndex &index) const;
QModelIndex mapFromSource(const QModelIndex &index) const;
QStringList getCustomLabels() const;
void saveColWidthList();
bool loadColWidthList();
void saveLastSortedColumn();
void loadLastSortedColumn();
void saveSettings();
void loadSettings();
QStringList getSelectedTorrentsHashes() const;
protected slots:
void torrentDoubleClicked(const QModelIndex& index);
bool loadHiddenColumns();
void saveHiddenColumns() const;
void displayListMenu(const QPoint&);
void currentChanged(const QModelIndex& current, const QModelIndex&);
#if LIBTORRENT_VERSION_MINOR > 14