~renatofilho/dialer-app/most-called

« back to all changes in this revision

Viewing changes to src/qml/DialerPage/DialerPage.qml

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2015-05-12 16:57:33 UTC
  • mfrom: (405.1.5 dialer-addressbook)
  • Revision ID: renato.filho@canonical.com-20150512165733-0t784eyaw17j8xca
Parent merged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    property list<Action> actionsGreeter
38
38
    property list<Action> actionsNormal: [
39
39
        Action {
 
40
            objectName: "contacts"
40
41
            iconName: "contact"
41
42
            text: i18n.tr("Contacts")
42
43
            onTriggered: pageStackNormalMode.push(Qt.resolvedUrl("../ContactsPage/ContactsPage.qml"))