controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_win_p.cpp
changeset 19 36aa4756ee82
parent 12 624337f114fe
child 40 593f946f4fec
equal deleted inserted replaced
12:624337f114fe 19:36aa4756ee82
    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 /*
       
    74  * Get path and file name of ring tone file
    65  * Get path and file name of ring tone file
    75  */
    66  */
    76 QString CpProfileModelPrivate::ringTone()
    67 QString CpProfileModelPrivate::ringTone()
    77 {
    68 {
    78     return "";
    69     return "";