phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.cpp
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 46 bc5a64e5bc3c
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
    90     DPRINT << ": IN";
    90     DPRINT << ": IN";
    91  
    91  
    92     QList<CpSettingFormItemData*> items;
    92     QList<CpSettingFormItemData*> items;
    93     CpPluginInterface *p(NULL);
    93     CpPluginInterface *p(NULL);
    94     try {
    94     try {
    95         p = CpPluginLoader::loadCpPlugin(plugin);
    95         p = CpPluginLoader::loadCpPluginInterface(plugin);
    96         if (p && m_helper){
    96         if (p && m_helper){
    97             items = p->createSettingFormItemData(*m_helper);
    97             items = p->createSettingFormItemData(*m_helper);
    98         }
    98         }
    99     } catch(...) {
    99     } catch(...) {
   100         DPRINT << "CATCH ERROR";
   100         DPRINT << "CATCH ERROR";