controlpanelplugins/themeplugin/src/cpthemeplugin.cpp
changeset 31 e79ce701c376
parent 14 23411a3be0db
child 42 3487b2ea501a
equal deleted inserted replaced
25:19394c261aa5 31:e79ce701c376
    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());
    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