equal
deleted
inserted
replaced
68 * @param showNote, note is shown if enabled |
68 * @param showNote, note is shown if enabled |
69 * @return EInsertSuccess for successfull cases |
69 * @return EInsertSuccess for successfull cases |
70 */ |
70 */ |
71 int checkModeForInsert(const QString& file,bool showNote = true); |
71 int checkModeForInsert(const QString& file,bool showNote = true); |
72 |
72 |
|
73 /** |
|
74 * Validates if message can be forwarded |
|
75 * The validation checks include slide count check,MMS size check and |
|
76 * media conformance checks and this fucntion should be called only for mms |
|
77 * @param messageId message Id of the message to be validate |
|
78 * @return true if message can be forwarded |
|
79 * false if message cant be forwarded |
|
80 */ |
|
81 bool validateMsgForForward(int messageId); |
|
82 |
73 private: |
83 private: |
74 |
84 |
75 /* |
85 /* |
76 * Launch notification dialog |
86 * Launch notification dialog |
77 */ |
87 */ |