equal
deleted
inserted
replaced
66 * @return valid message Id if its editor activity |
66 * @return valid message Id if its editor activity |
67 * else Invalid message id( i.e. -1) for list view activity |
67 * else Invalid message id( i.e. -1) for list view activity |
68 */ |
68 */ |
69 int parseActivityData(const QVariant &activityData); |
69 int parseActivityData(const QVariant &activityData); |
70 |
70 |
|
71 /** |
|
72 * This return the Af activity storage instance |
|
73 */ |
|
74 AfActivityStorage* activitiyStorage(); |
|
75 |
71 private: |
76 private: |
72 /** |
77 /** |
73 * main window reference not owned. |
78 * main window reference not owned. |
74 */ |
79 */ |
75 MsgMainWindow *mMainWindow; |
80 MsgMainWindow *mMainWindow; |