~aacid/ubuntu-ui-toolkit/nonsquareicons

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Page11.qml

  • Committer: Tarmac
  • Author(s): Tim Peeters
  • Date: 2015-02-12 17:33:52 UTC
  • mfrom: (1383.2.32 10-mv12)
  • Revision ID: tarmac-20150212173352-4dquh93gg4xhg4b7
Add MainView 1.2 which removes the deprecated toolbar support.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        id: headerConfig
29
29
    }
30
30
 
 
31
    onToolsChanged: {
 
32
        print("Page.tools is a deprecated property. Please use Page.head instead.");
 
33
    }
 
34
 
31
35
    Object {
32
36
        id: internal
33
37