messagingapp/msgui/appengine/inc/conversationsengineutility.h
changeset 27 e4592d119491
parent 25 84d9eb65b26f
child 47 5b14749788d7
equal deleted inserted replaced
25:84d9eb65b26f 27:e4592d119491
    50      * @param value, TCsType
    50      * @param value, TCsType
    51      * @return ConvergedMessage::MessageSubType.
    51      * @return ConvergedMessage::MessageSubType.
    52      */
    52      */
    53     static int messageSubType(TCsType value);
    53     static int messageSubType(TCsType value);
    54 
    54 
    55     /**
       
    56      * Get display-name of a contact from VCard.
       
    57      * @param filePath, VCard file-path
       
    58      * @return display-name
       
    59      */
       
    60     static QString getVcardDisplayName(QString filePath);
       
    61 
       
    62     };
    55     };
    63 
    56 
    64 #endif //CONVERSATIONS_ENGINE_UTILITY_H
    57 #endif //CONVERSATIONS_ENGINE_UTILITY_H