controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_win_p.cpp
changeset 12 624337f114fe
parent 10 0a74be98a8bc
child 14 23411a3be0db
equal deleted inserted replaced
11:10d0dd0e43f1 12:624337f114fe
    60 {
    60 {
    61     return -1;
    61     return -1;
    62 }
    62 }
    63 
    63 
    64 /*
    64 /*
       
    65  * Set a profile as current editing profile
       
    66  */
       
    67 int CpProfileModelPrivate::setEditingProfile(int profileId)
       
    68 {
       
    69     Q_UNUSED(profileId);
       
    70     return -1;
       
    71 }
       
    72 
       
    73 /*
    65  * Get path and file name of ring tone file
    74  * Get path and file name of ring tone file
    66  */
    75  */
    67 QString CpProfileModelPrivate::ringTone()
    76 QString CpProfileModelPrivate::ringTone()
    68 {
    77 {
    69     return "";
    78     return "";