cpsecplugins/simpincodeplugin/src/cppincodeplugin.cpp
changeset 42 82671cd8994b
parent 30 cc1cea6aabaf
equal deleted inserted replaced
41:5b698dd6e75a 42:82671cd8994b
    52 */
    52 */
    53 QList<CpSettingFormItemData *> CpPinCodePlugin::createSettingFormItemData(
    53 QList<CpSettingFormItemData *> CpPinCodePlugin::createSettingFormItemData(
    54     CpItemDataHelper &itemDataHelper) const
    54     CpItemDataHelper &itemDataHelper) const
    55 {
    55 {
    56 		RDEBUG("0", 0);
    56 		RDEBUG("0", 0);
       
    57 		RDEBUG("using icon", 1);
    57     return  QList<CpSettingFormItemData *>()
    58     return  QList<CpSettingFormItemData *>()
    58         << new CpSettingFormEntryItemDataImpl<CpPinCodePluginView>
    59         << new CpSettingFormEntryItemDataImpl<CpPinCodePluginView>
    59         (itemDataHelper, tr("PIN code"), QString());
    60         (itemDataHelper, tr("PIN code"), QString(), HbIcon(QString("qtg_large_pin_code")) );
    60 }
    61 }
    61 
    62 
    62 /*!
    63 /*!
    63    Export plugin
    64    Export plugin
    64 */
    65 */