equal
deleted
inserted
replaced
73 documentLoader.findWidget(NMSETTINGUI_SETTING_VIEW_FORM)); |
73 documentLoader.findWidget(NMSETTINGUI_SETTING_VIEW_FORM)); |
74 } |
74 } |
75 |
75 |
76 if (mForm) { |
76 if (mForm) { |
77 // Set the form for the view. |
77 // Set the form for the view. |
78 setSettingForm(mForm); |
78 setWidget(mForm); |
79 |
79 |
80 // Make the custom items available. |
80 // Make the custom items available. |
81 NmSettingsFormCustomItems *customItems = new NmSettingsFormCustomItems(mForm); |
81 NmSettingsFormCustomItems *customItems = new NmSettingsFormCustomItems(mForm); |
82 QList<HbAbstractViewItem *> prototypes = mForm->itemPrototypes(); |
82 QList<HbAbstractViewItem *> prototypes = mForm->itemPrototypes(); |
83 prototypes.append(customItems); |
83 prototypes.append(customItems); |