controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_win_p.cpp
changeset 41 ab0490982943
parent 19 36aa4756ee82
equal deleted inserted replaced
36:2fee987ebaff 41:ab0490982943
    43     Q_UNUSED(profileId);
    43     Q_UNUSED(profileId);
    44     return "";
    44     return "";
    45 }
    45 }
    46 
    46 
    47 /*
    47 /*
       
    48  * Set profile name with \a profileId.
       
    49  */
       
    50 int CpProfileModelPrivate::setProfileName(int profileId, const QString &name)
       
    51 {
       
    52     Q_UNUSED(profileId);
       
    53     Q_UNUSED(name);
       
    54     return -1;
       
    55 }
       
    56 
       
    57 /*
    48  * Activate a profile with its id, return the operation code.
    58  * Activate a profile with its id, return the operation code.
    49  */
    59  */
    50 int CpProfileModelPrivate::activateProfile(int profileId)
    60 int CpProfileModelPrivate::activateProfile(int profileId)
    51 {
    61 {
    52     Q_UNUSED(profileId);
    62     Q_UNUSED(profileId);