X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=searchresultsdialog.h;h=29427bf86f2d42e574675499a099b73d0ce54746;hb=43016b923e18dff40c53a116316110f2fe5c4820;hp=6abc9ad9be3e70520f6cdacd9ff7f7934fe5c25d;hpb=3f03a986cc55531bda0617e004dc7193c48c9c3f;p=dorian diff --git a/searchresultsdialog.h b/searchresultsdialog.h index 6abc9ad..29427bf 100644 --- a/searchresultsdialog.h +++ b/searchresultsdialog.h @@ -11,6 +11,7 @@ class ListView; class QModelIndex; class ProgressDialog; +/** Search result list. */ class SearchResultsDialog: public ListWindow { Q_OBJECT @@ -23,7 +24,8 @@ protected slots: void onDownload(); void onItemActivated(const QModelIndex &index); void onBeginDownload(int size); - void onEndDownload(); + void onEndDownload(int status, const Search::Result &result, + const QString &fileName); protected: QString downloadName() const;