~nik90/ubuntu-calendar-app/revamp-eventdetails-page

« back to all changes in this revision

Viewing changes to PageWithBottomEdge.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2016-03-07 18:26:59 UTC
  • mfrom: (771.2.1 trunk)
  • Revision ID: krnekhelesh@gmail.com-20160307182659-9k433le1yct4yiky
mergedĀ lp:ubuntu-calendar-app

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    NewEventBottomEdge {
38
38
        id: bottomEdge
39
39
 
40
 
        pageStack: tabs
 
40
        pageStack: root.pageStack
41
41
        onOpened: root.bottomEdgeCommitStarted()
42
42
        onEventCreated: root.eventCreated(event)
43
43
    }