phoneapp/phoneuiqtviewadapter/src/phonecommandextensionwrapper.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 22 6bb1b21d2484
parent 45 6b911d05207e
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
    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,