equal
deleted
inserted
replaced
159 * and return the preview icon |
159 * and return the preview icon |
160 * @param msgId, key to pixmap in previewicon cache |
160 * @param msgId, key to pixmap in previewicon cache |
161 * @param filePath, filepath to be used if icon is not in cache |
161 * @param filePath, filepath to be used if icon is not in cache |
162 */ |
162 */ |
163 HbIcon* getPreviewIconItem(int msgId, QString& filepath) const; |
163 HbIcon* getPreviewIconItem(int msgId, QString& filepath) const; |
|
164 |
|
165 /** |
|
166 * Check if a MMS is forwardable or not |
|
167 * @param messageId, message id |
|
168 * @return true/false |
|
169 */ |
|
170 bool validateMsgForForward(qint32 messageId); |
164 |
171 |
165 private: |
172 private: |
166 |
173 |
167 /** |
174 /** |
168 * Msg Store Handler |
175 * Msg Store Handler |