~ken-vandine/address-book-app/add_profile

« back to all changes in this revision

Viewing changes to src/imports/Ubuntu/Contacts/ContactListView.qml

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2014-07-02 21:11:09 UTC
  • mfrom: (169.22.5 staging)
  • mto: (169.22.8 staging)
  • mto: This revision was merged to the branch mainline in revision 224.
  • Revision ID: renato.filho@canonical.com-20140702211109-qe7uy602g08yg8g9
Staging merged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
449
449
                            model.update()
450
450
                        }
451
451
                    }
452
 
 
453
452
                    onInfoRequested: root.infoRequested(contact)
454
453
                    onDetailClicked: root.detailClicked(contact, detail, action)
455
454
                    onAddContactClicked: root.addContactClicked(label)