Merge lp:~ken-vandine/content-hub/peer_picker_api_docs into lp:content-hub

Proposed by Ken VanDine on 2015-04-21
Status: Merged
Approved by: Michael Sheldon on 2015-04-22
Approved revision: 200
Merged at revision: 201
Proposed branch: lp:~ken-vandine/content-hub/peer_picker_api_docs
Merge into: lp:content-hub
Diff against target: 21 lines (+2/-2)
1 file modified
import/Ubuntu/Content/ContentPeerPicker.qdoc (+2/-2)
To merge this branch: bzr merge lp:~ken-vandine/content-hub/peer_picker_api_docs
Reviewer Review Type Date Requested Status
Michael Sheldon (community) 2015-04-21 Approve on 2015-04-22
PS Jenkins bot continuous-integration Approve on 2015-04-21
Review via email: mp+256985@code.launchpad.net

Commit Message

Fixed qdoc syntax error for the ContentPeerPicker::peerSelected and ContentPeerPicker::cancelPressed signals

Description of the Change

Fixed qdoc syntax error for the ContentPeerPicker::peerSelected and ContentPeerPicker::cancelPressed signals

To post a comment you must log in.
Ken VanDine (ken-vandine) wrote :

Docstring changes only, no need to run test plan

Michael Sheldon (michael-sheldon) wrote :

Looks good, check generated docs and the signals appear there now.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'import/Ubuntu/Content/ContentPeerPicker.qdoc'
2--- import/Ubuntu/Content/ContentPeerPicker.qdoc 2014-07-22 08:44:11 +0000
3+++ import/Ubuntu/Content/ContentPeerPicker.qdoc 2015-04-21 18:25:49 +0000
4@@ -63,7 +63,7 @@
5 */
6
7 /*!
8- \qmlsignal ContentPeerPicker::peerSelected
9+ \qmlsignal ContentPeerPicker::peerSelected()
10 \brief Emitted when a user selects a peer.
11
12 Once this signal has been emitted the selected peer can be accessed via
13@@ -72,7 +72,7 @@
14 */
15
16 /*!
17- \qmlsignal ContentPeerPicker::cancelPressed
18+ \qmlsignal ContentPeerPicker::cancelPressed()
19 \brief Emitted when the user clicks the cancel button.
20
21 The ContentPeerPicker will be hidden automatically when the user cancels

Subscribers

People subscribed via source and target branches