- Rewrote Column sorting code in search result lists

This commit is contained in:
Christophe Dumez
2009-08-27 12:37:39 +00:00
parent 1d9b524b77
commit 4fe22dbc57
5 changed files with 107 additions and 148 deletions

View File

@@ -78,7 +78,7 @@ public:
public slots:
void on_download_button_clicked();
void downloadSelectedItem(const QModelIndex& index);
void downloadTorrent(QString engine_url, QString torrent_url);
protected slots:
// Search slots
@@ -96,7 +96,6 @@ protected slots:
void propagateSectionResized(int index, int oldsize , int newsize);
void saveResultsColumnsWidth();
void downloadFinished(int exitcode, QProcess::ExitStatus);
void downloadTorrent(QString engine_url, QString torrent_url);
void displayPatternContextMenu(QPoint);
void createCompleter();
void fillCatCombobox();