X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=searchresultsdialog.h;h=880a0023baa2a24901c5419bfec5a90f511976dd;hb=59cd01a59c38c7378306f62aef1afcc0059b8412;hp=29427bf86f2d42e574675499a099b73d0ce54746;hpb=43016b923e18dff40c53a116316110f2fe5c4820;p=dorian diff --git a/searchresultsdialog.h b/searchresultsdialog.h index 29427bf..880a002 100644 --- a/searchresultsdialog.h +++ b/searchresultsdialog.h @@ -7,7 +7,6 @@ #include "listwindow.h" #include "search.h" -class ListView; class QModelIndex; class ProgressDialog; @@ -21,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, @@ -32,7 +30,6 @@ protected: private: const QList results; - ListView *list; QStringList data; ProgressDialog *progress; };