contacts_plat/contacts_ui_extensions_api/inc/cntuiactionextension.h
changeset 61 d30183af6ca6
parent 37 fd64c38c277d
equal deleted inserted replaced
56:d508aa856878 61:d30183af6ca6
    35  * (contact.localId()). You cannot use KCntUiActionMetaTitleTextDetail or KCntUiActionMetaValueTextDetail
    35  * (contact.localId()). You cannot use KCntUiActionMetaTitleTextDetail or KCntUiActionMetaValueTextDetail
    36  * with this action UI item, since it's detail independent.
    36  * with this action UI item, since it's detail independent.
    37  */
    37  */
    38 
    38 
    39 // Default Symbian database, use this as uri parameter for QContactManager::fromUri.
    39 // Default Symbian database, use this as uri parameter for QContactManager::fromUri.
    40 const QString SYMBIAN_BACKEND = "qtcontacts:symbian:";
    40 const QString ACTION_EXT_SYMBIAN_BACKEND = "qtcontacts:symbian:";
    41 
    41 
    42 // First line in UI item
    42 // First line in UI item
    43 // This tag is used to specify localized freetext(QString) description for action, eg. "Send message". This
    43 // This tag is used to specify localized freetext(QString) description for action, eg. "Send message". This
    44 // or KCntUiActionMetaTitleTextDetail tag must be specified if UI should show action. If both set
    44 // or KCntUiActionMetaTitleTextDetail tag must be specified if UI should show action. If both set
    45 // this is used.
    45 // this is used.