~robert-ancell/address-book-app/new-qml-packages

« back to all changes in this revision

Viewing changes to src/imports/Ubuntu/AddressBook/Base/ContactDetailBase.qml

  • Committer: CI Train Bot
  • Author(s): Renato Araujo Oliveira Filho
  • Date: 2015-06-01 22:13:53 UTC
  • mfrom: (424.2.18 mailto)
  • Revision ID: ci-train-bot@canonical.com-20150601221353-7cmb3eef6wn9f1kz
Add 'mailto' url call when clicking on e-mail field. Fixes: #1378345
Approved by: Gustavo Pichorim Boiko, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    property QtObject contact: null
26
26
    property QtObject detail: null
27
27
    property variant fields: null
28
 
    signal actionTrigerred(string action)
29
 
 
30
28
    // help to test used to retrieve the correct element
31
29
    property int index: -1
32
30