equal
deleted
inserted
replaced
197 //------------------------------ |
197 //------------------------------ |
198 map[hsItemName] = accountName; |
198 map[hsItemName] = accountName; |
199 map[hsitemLaunchUri] = formLaunchUri(accountId); |
199 map[hsitemLaunchUri] = formLaunchUri(accountId); |
200 map[hsitemPublisherId] = NmPublisherName; |
200 map[hsitemPublisherId] = NmPublisherName; |
201 map[hsItemWidgetUri] = NmHsWidget; |
201 map[hsItemWidgetUri] = NmHsWidget; |
202 map[hsItemLocDescription] = "loc://KNmRegisterLocFileName/txt_mail_widget_dblist_preview_of_recent_mail"; |
202 map[hsItemLocDescription] = "loc://" + KNmRegisterLocFileName + "/txt_mail_widget_dblist_preview_of_recent_mail"; |
203 map[hsIconFileName] = accountIconName; |
203 map[hsIconFileName] = accountIconName; |
204 // to add widget params that are mapped to widgets properties |
204 // to add widget params that are mapped to widgets properties |
205 map[NmHsWidgetParamAccountId] = QString::number(accountId); |
205 map[NmHsWidgetParamAccountId] = QString::number(accountId); |
206 map[NmHsWidgetParamAccountIconName] = accountIconName; |
206 map[NmHsWidgetParamAccountIconName] = accountIconName; |
207 //------------------------------ |
207 //------------------------------ |