=== modified file 'src/downloads/qml/single_download.cpp'
--- src/downloads/qml/single_download.cpp	2015-12-07 15:48:14 +0000
+++ src/downloads/qml/single_download.cpp	2016-02-11 14:11:08 +0000
@@ -595,11 +595,11 @@
 */
 
 /*!
-    \qmlsignal SingleDownload::downloadFinished(QString path)
+    \qmlsignal SingleDownload::finished(QString path)
 
     This signal is emitted when a download has finished. The downloaded file 
     path is provided via the 'path' paremeter. The corresponding handler is 
-    \c onDownloadFinished
+    \c onFinished
 */
 
 

