emailservices/nmregister/src/nmmailboxregisterinterface.cpp
changeset 49 00c7ae862740
parent 47 f83bd4ae1fe3
child 57 ae34e1715e21
equal deleted inserted replaced
48:10eaf342f539 49:00c7ae862740
   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     //------------------------------