~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to CalendarChoicePopup.qml

  • Committer: Tarmac
  • Author(s): Mihir Soni
  • Date: 2014-10-22 18:27:38 UTC
  • mfrom: (519.1.3 limitLablesModel)
  • Revision ID: tarmac-20141022182738-g8jxgtygmunt7y6g
Moved limitLabels from object to ListModel.

Approved by Kunal Parmar, Ubuntu Phone Apps Jenkins Bot, Arto Jalkanen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        }
43
43
    }
44
44
 
45
 
    head.actions:  Action {
46
 
        iconName: "contact-group"
47
 
        objectName: "contactGroup"
48
 
        text: i18n.tr("Accounts")
49
 
        onTriggered: {
50
 
            Qt.openUrlExternally("settings:///online-accounts")
51
 
        }
52
 
    }
53
 
 
54
45
    ListView {
55
46
        id: calendarsList
56
47