coreapplicationuis/Rfs/Plugins/cprfsplugin/src/cprfsplugin.cpp
changeset 51 50b444048a8d
parent 21 c4cbaa4fb734
child 54 ee8c7592be5a
equal deleted inserted replaced
46:eea20ed08f4b 51:50b444048a8d
    25     }
    25     }
    26 
    26 
    27 CpRfsPlugin::~CpRfsPlugin()
    27 CpRfsPlugin::~CpRfsPlugin()
    28     {
    28     {
    29     }
    29     }
    30 CpSettingFormItemData *CpRfsPlugin::createSettingFormItemData(CpItemDataHelper &itemDataHelper) const
    30 QList<CpSettingFormItemData*> CpRfsPlugin::createSettingFormItemData(CpItemDataHelper &itemDataHelper) const
    31     {
    31     {
    32     return new CpSettingFormEntryItemDataImpl<CpRfsView>(itemDataHelper,tr("Restore Factory Settings"));
    32     return QList<CpSettingFormItemData*>() 
       
    33                 << new CpSettingFormEntryItemDataImpl<CpRfsView>(itemDataHelper,tr("Restore Factory Settings"));
    33     }
    34     }
    34 
    35 
    35 Q_EXPORT_PLUGIN2(cprfsplugin, CpRfsPlugin);
    36 Q_EXPORT_PLUGIN2(cprfsplugin, CpRfsPlugin);