controlpanelplugins/themeplugin/src/cpthemeplugin.cpp
changeset 40 593f946f4fec
parent 19 36aa4756ee82
equal deleted inserted replaced
22:a5692c68d772 40:593f946f4fec
    46 {
    46 {
    47 
    47 
    48     //create a cpthemepluginentryitemdata with default values and return it.
    48     //create a cpthemepluginentryitemdata with default values and return it.
    49     CpSettingFormEntryItemData *entryItem = new CpThemePluginEntryItemData(
    49     CpSettingFormEntryItemData *entryItem = new CpThemePluginEntryItemData(
    50         itemDataHelper,
    50         itemDataHelper,
    51         tr("Theme"),
    51         hbTrId("txt_cp_dblist_theme"),
    52         tr("Theme Name"),
    52         QString(),
    53         HbIcon(":/image/qgn_menu_note.svg"));
    53         HbIcon("qtg_large_personalization"));
    54         return QList<CpSettingFormItemData*>() << entryItem;
    54         return QList<CpSettingFormItemData*>() << entryItem;
    55 }
    55 }
    56 
    56 
    57 Q_EXPORT_PLUGIN2(cpthemeplugin, CpThemePlugin);
    57 Q_EXPORT_PLUGIN2(cpthemeplugin, CpThemePlugin);
    58 
    58