Observe volume keys on Symbian. Add minimal documentation to headers.
[dorian] / searchresultsdialog.h
index 6abc9ad..29427bf 100644 (file)
@@ -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;