=== modified file 'import/Ubuntu/Content/ContentPeerPicker.qdoc'
--- import/Ubuntu/Content/ContentPeerPicker.qdoc 2015-04-21 18:23:51 +0000
+++ import/Ubuntu/Content/ContentPeerPicker.qdoc 2015-09-15 16:54:11 +0000
@@ -34,6 +34,17 @@
*/
/*!
+ \qmlproperty string ContentPeerPicker::title
+ \brief A property to get the title to be used for the picking
+ operation.
+ \readonly
+ \since Ubuntu.Content 1.3
+
+ This properties provides access to a context aware title, suitable to use
+ to set a Page title.
+*/
+
+/*!
\qmlproperty bool ContentPeerPicker::showTitle
\brief Determines whether the header should be displayed.
=== modified file 'import/Ubuntu/Content/ContentPeerPicker13.qml'
--- import/Ubuntu/Content/ContentPeerPicker13.qml 2015-09-14 16:47:05 +0000
+++ import/Ubuntu/Content/ContentPeerPicker13.qml 2015-09-15 15:57:18 +0000
@@ -34,6 +34,7 @@
property var peer
property var customPeerModelLoader
property string headerText
+ readonly property string title: header.title
property var completed: false
signal peerSelected