~rhuddie/address-book-app/add-photo-helper

« back to all changes in this revision

Viewing changes to src/imports/Ubuntu/Contacts/contacts.h

  • Committer: Richard Huddie
  • Date: 2015-02-24 15:05:10 UTC
  • mfrom: (218.1.167 address-book-app)
  • Revision ID: richard.huddie@canonical.com-20150224150510-nks2u1p0otpmji8m
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    UbuntuContacts(QObject *parent = 0);
29
29
 
30
30
    Q_INVOKABLE QString contactInitialsFromString(const QString &value);
 
31
    Q_INVOKABLE QString normalized(const QString &value);
31
32
};
32
33
 
33
34
#endif //_UBUNTU_CONTACTS_H_