diff -r 7cbcb2896f0e -r a642906a277a phonebookengines/cntactions/inc/cntaction.h --- a/phonebookengines/cntactions/inc/cntaction.h Tue Jul 06 14:05:47 2010 +0300 +++ b/phonebookengines/cntactions/inc/cntaction.h Wed Aug 18 09:39:00 2010 +0300 @@ -79,6 +79,7 @@ QVariantMap m_result; //result returned to client QContact m_contact; //contact passed to invokeAction QContactDetail m_detail; //detail passed to invokeAction + QVariantMap m_data; //data passed to invokeAction QContactAction::State m_state; XQAiwRequest* m_request; XQApplicationManager m_AppManager;