phoneapp/phoneuiqtviewadapter/src/phonecommandextensionwrapper.cpp
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 51 f39ed5e045e0
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
    59         const QList<XQTelUiCommandExtension::CallInfo> &callInfo,
    59         const QList<XQTelUiCommandExtension::CallInfo> &callInfo,
    60         QList<int> &buttonCmdList)
    60         QList<int> &buttonCmdList)
    61 {
    61 {
    62     if (m_plugin) {
    62     if (m_plugin) {
    63         m_plugin->modifyPushButtonCommandList(callInfo, buttonCmdList);
    63         m_plugin->modifyPushButtonCommandList(callInfo, buttonCmdList);
       
    64     }
       
    65 }
       
    66 
       
    67 void PhoneCommandExtensionWrapper::modifyToolBarCommandList(
       
    68         const QList<XQTelUiCommandExtension::CallInfo> &callInfo,
       
    69         QList<XQTelUiCommandExtension::ToolBarCommand> &toolBarCmdList)
       
    70 {
       
    71     if (m_plugin) {
       
    72         m_plugin->modifyToolBarCommandList(callInfo, toolBarCmdList);
    64     }
    73     }
    65 }
    74 }
    66 
    75 
    67 void PhoneCommandExtensionWrapper::addMenuActions(
    76 void PhoneCommandExtensionWrapper::addMenuActions(
    68         const QList<XQTelUiCommandExtension::CallInfo> &callInfo,
    77         const QList<XQTelUiCommandExtension::CallInfo> &callInfo,