phonebookui/pbkcommonui/inc/cntactionlauncher.h
changeset 59 a642906a277a
parent 47 7cbcb2896f0e
equal deleted inserted replaced
47:7cbcb2896f0e 59:a642906a277a
    32     CntActionLauncher( QContactManager& aContactManager, QString aAction = QString() );
    32     CntActionLauncher( QContactManager& aContactManager, QString aAction = QString() );
    33     ~CntActionLauncher();
    33     ~CntActionLauncher();
    34     
    34     
    35 public:
    35 public:
    36     bool execute( QContact aContact, QContactDetail aDetail );
    36     bool execute( QContact aContact, QContactDetail aDetail );
       
    37     bool execute( QContact aContact, QContactDetail aDetail, QVariantMap aParameters );
    37     bool execute( QContact aContact, QContactDetail aDetail, QContactActionDescriptor aActionDescriptor );
    38     bool execute( QContact aContact, QContactDetail aDetail, QContactActionDescriptor aActionDescriptor );
    38     
    39     
    39 signals:
    40 signals:
    40     void actionExecuted( CntActionLauncher* aAction );
    41     void actionExecuted( CntActionLauncher* aAction );
    41     
    42