phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.cpp
equal
deleted
inserted
replaced
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"; |