--- a/phonebookui/pbkcommonui/inc/cntactionmenubuilder.h Fri May 14 15:42:23 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntactionmenubuilder.h Thu May 27 12:45:19 2010 +0300
@@ -37,7 +37,7 @@
~CntActionMenuBuilder();
public:
- HbMenu* actionMenu( QContact& aContact );
+ HbMenu* actionMenu( QContact& aContact, QContactLocalId myCardId );
public:
HbMenu* buildActionMenu( QContact& aContact );
@@ -65,6 +65,8 @@
void createCallAction( HbMenu& aMenu, QContact& aContact );
void createMessageAction( HbMenu& aMenu, QContact& aContact );
void createEmailAction( HbMenu& aMenu, QContact& aContact );
+ bool isSupportedDetails( const QString &actionName, const QContact &contact );
+
private:
QContactLocalId iMyCardId;
QContact* mContact;