Ubuntu Pastebin

Paste from ken at Tue, 15 Sep 2015 16:55:16 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
=== 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
Download as text