Merge lp:~michael-sheldon/ubuntu-download-manager/fix-docs into lp:ubuntu-download-manager

Proposed by Michael Sheldon
Status: Merged
Approved by: Bill Filler
Approved revision: 348
Merged at revision: 349
Proposed branch: lp:~michael-sheldon/ubuntu-download-manager/fix-docs
Merge into: lp:ubuntu-download-manager
Diff against target: 15 lines (+2/-2)
1 file modified
src/downloads/qml/single_download.cpp (+2/-2)
To merge this branch: bzr merge lp:~michael-sheldon/ubuntu-download-manager/fix-docs
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+285727@code.launchpad.net

Commit message

Fix incorrect documentation for onFinished signal in QML

Description of the change

Fix incorrect documentation for onFinished signal in QML

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/downloads/qml/single_download.cpp'
2--- src/downloads/qml/single_download.cpp 2015-12-07 15:48:14 +0000
3+++ src/downloads/qml/single_download.cpp 2016-02-11 14:11:08 +0000
4@@ -595,11 +595,11 @@
5 */
6
7 /*!
8- \qmlsignal SingleDownload::downloadFinished(QString path)
9+ \qmlsignal SingleDownload::finished(QString path)
10
11 This signal is emitted when a download has finished. The downloaded file
12 path is provided via the 'path' paremeter. The corresponding handler is
13- \c onDownloadFinished
14+ \c onFinished
15 */
16
17

Subscribers

People subscribed via source and target branches