phonebookui/pbkcommonui/src/cntgroupdeletepopupmodel.cpp
changeset 40 b46a585f6909
parent 31 2a11b5b00470
child 46 efe85016a067
equal deleted inserted replaced
37:fd64c38c277d 40:b46a585f6909
    73             QString groupName = contactName.customLabel();
    73             QString groupName = contactName.customLabel();
    74             if(groupContactIds.at(i) != mFavoriteGroupId )
    74             if(groupContactIds.at(i) != mFavoriteGroupId )
    75             {
    75             {
    76                 if (groupName.isNull())
    76                 if (groupName.isNull())
    77                     {
    77                     {
    78                     QString unnamed(hbTrId("Unnamed"));
    78                     QString unnamed(hbTrId("txt_phob_dblist_unnamed"));
    79                     displayList.append(unnamed);
    79                     displayList.append(unnamed);
    80                     }
    80                     }
    81                 else
    81                 else
    82                     {
    82                     {
    83                     displayList.append(groupName);
    83                     displayList.append(groupName);