phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.cpp
changeset 56 5bcb308bd24d
parent 46 bc5a64e5bc3c
child 76 cfea66083b62
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
    65 {
    65 {
    66     DPRINT;
    66     DPRINT;
    67 
    67 
    68     QList<CpSettingFormItemData*> ret;
    68     QList<CpSettingFormItemData*> ret;
    69     ret.append(new CpSettingFormEntryItemDataImpl<CpTelephonyPluginView>(
    69     ret.append(new CpSettingFormEntryItemDataImpl<CpTelephonyPluginView>(
    70             itemDataHelper, hbTrId("txt_cp_dblist_telephone"), hbTrId("")));
    70             itemDataHelper, 
       
    71             hbTrId("txt_cp_dblist_telephone"), 
       
    72             hbTrId(""), 
       
    73             HbIcon(QString("qtg_large_voice_call"))));
    71     return ret;
    74     return ret;
    72 }
    75 }
    73 
    76 
    74 /*!
    77 /*!
    75     CpTelephonyPlugin::createSettingView() const
    78     CpTelephonyPlugin::createSettingView() const