phonesettings/cpphonesettingsplugins/divertplugin/src/cpdivertplugin.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 30 ebdbd102c78a
equal deleted inserted replaced
21:92ab7f8d0eab 22:6bb1b21d2484
    42 }
    42 }
    43 
    43 
    44 /*!
    44 /*!
    45     CpDivertPlugin::createSettingFormItemData.
    45     CpDivertPlugin::createSettingFormItemData.
    46  */
    46  */
    47 CpSettingFormItemData *CpDivertPlugin::createSettingFormItemData(
    47 QList<CpSettingFormItemData*> CpDivertPlugin::createSettingFormItemData(
    48         CpItemDataHelper &itemDataHelper) const
    48         CpItemDataHelper &itemDataHelper) const
    49 {
    49 {
    50     DPRINT;
    50     DPRINT;
    51     return new CpDivertPluginGroup(itemDataHelper);
    51     QList<CpSettingFormItemData*> ret;
       
    52     ret.append(new CpDivertPluginGroup(itemDataHelper));
       
    53     return ret;
    52 }
    54 }
    53 
    55 
    54 Q_EXPORT_PLUGIN2(cpdivertplugin, CpDivertPlugin);
    56 Q_EXPORT_PLUGIN2(cpdivertplugin, CpDivertPlugin);