- Added search plugin download error handling (Fallback on secondary server and then warn the user if both failed)

This commit is contained in:
Christophe Dumez
2007-07-20 20:30:33 +00:00
parent 1fb848e9ed
commit f4250d812f
3 changed files with 20 additions and 4 deletions

View File

@@ -83,6 +83,7 @@ class SearchEngine : public QWidget, public Ui::search_engine{
void sortSearchListInt(int index, Qt::SortOrder sortOrder);
void sortSearchListString(int index, Qt::SortOrder sortOrder);
void novaUpdateDownloaded(const QString& url, const QString& path);
void handleNovaDownloadFailure(const QString& url, const QString& reason);
};
#endif