~zsombi/ubuntu-ui-toolkit/platform_menu

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/1.2/PageTreeNode.qml

  • Committer: Christian Dywan
  • Date: 2015-12-18 15:28:33 UTC
  • mfrom: (1783 staging)
  • mto: This revision was merged to the branch mainline in revision 1787.
  • Revision ID: christian.dywan@canonical.com-20151218152833-qk8et50txa2cdhv3
MergeĀ lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
      The toolbar of the node. Propagates down from the root node.
54
54
      This property is DEPRECATED.
55
55
     */
56
 
    property DeprecatedToolbar toolbar: node.__propagated && node.__propagated.hasOwnProperty("toolbar")
 
56
    property Toolbar toolbar: node.__propagated && node.__propagated.hasOwnProperty("toolbar")
57
57
                              ? node.__propagated.toolbar : null
58
58
 
59
59
    /*!