~tiagosh/address-book-app/fix-1234234

« back to all changes in this revision

Viewing changes to src/imports/ContactEdit/ContactEditor.qml

  • Committer: Tarmac
  • Author(s): Renato Araujo Oliveira Filho
  • Date: 2013-10-07 19:45:20 UTC
  • mfrom: (87.3.14 fix-1234484)
  • Revision ID: tarmac-20131007194520-97sgbjk25z8pav6i
Optimized contact list expand and collapse animation. Fixes: https://bugs.launchpad.net/bugs/1234484.

Approved by Bill Filler, PS Jenkins bot, Gustavo Pichorim Boiko.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
    // this is used to add a phone number to a existing contact
30
30
    property int currentFetchOperation: -1
31
 
    property string contactId: null
32
 
    property string newPhoneNumber: null
 
31
    property string contactId: ""
 
32
    property string newPhoneNumber: ""
33
33
 
34
34
    property QtObject activeItem: null
35
35