messagingapp/msgui/unifiededitor/inc/msgunieditorutils.h
changeset 76 60a8a215b0ec
parent 37 518b245aa84c
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
    81     /**
    81     /**
    82      * Launch content viewer using XQSharableFile.
    82      * Launch content viewer using XQSharableFile.
    83      * @param filePath Absolute path of content.
    83      * @param filePath Absolute path of content.
    84      */
    84      */
    85     void launchViaSharableFile(const QString &filePath);
    85     void launchViaSharableFile(const QString &filePath);
       
    86 #ifdef UNIEDITOR_UNIT_TEST
       
    87     friend class TestMsgUnifiedEditorUtils;
       
    88 #endif
    86 
    89 
    87 };
    90 };
    88 
    91 
    89 #endif // MSG_UNIFIED_EDITOR_UTILS_H
    92 #endif // MSG_UNIFIED_EDITOR_UTILS_H
    90 //eof
    93 //eof