X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=searchresultsdialog.h;h=880a0023baa2a24901c5419bfec5a90f511976dd;hb=566d091a5c6137e18507010608946740dde3a3f3;hp=bf8a389a9cd26ea0e1f9895058a372d45173e69e;hpb=b3ae7bb69d48c288fbc49320521a0666b8a1f7dd;p=dorian diff --git a/searchresultsdialog.h b/searchresultsdialog.h index bf8a389..880a002 100644 --- a/searchresultsdialog.h +++ b/searchresultsdialog.h @@ -7,10 +7,10 @@ #include "listwindow.h" #include "search.h" -class ListView; class QModelIndex; class ProgressDialog; +/** Search result list. */ class SearchResultsDialog: public ListWindow { Q_OBJECT @@ -20,7 +20,6 @@ public: QWidget *parent = 0); protected slots: - void onDownload(); void onItemActivated(const QModelIndex &index); void onBeginDownload(int size); void onEndDownload(int status, const Search::Result &result, @@ -31,7 +30,6 @@ protected: private: const QList results; - ListView *list; QStringList data; ProgressDialog *progress; };