changeset 47 | 7cbcb2896f0e |
parent 40 | b46a585f6909 |
child 50 | 77bc263e1626 |
--- a/phonebookengines/cntactions/inc/cntemailaction.h Wed Jun 23 18:02:44 2010 +0300 +++ b/phonebookengines/cntactions/inc/cntemailaction.h Tue Jul 06 14:05:47 2010 +0300 @@ -20,6 +20,8 @@ #include "cntaction.h" +class XQAiwRequest; + class CntEmailAction : public CntAction { Q_OBJECT @@ -33,6 +35,8 @@ QList<QContactDetail> supportedDetails(const QContact& contact) const; CntEmailAction* clone() const; void performAction(); +private: + XQAiwRequest *mRequest; }; #endif