~aacid/ubuntu-ui-toolkit/nonsquareicons

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/MainViewBase.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:
59
59
    }
60
60
 
61
61
    active: true
62
 
    property bool useDeprecatedToolbar
63
62
    property alias actions: unityActionManager.actions
64
63
    property alias actionManager: unityActionManager
65
64
    Toolkit.ActionManager {