diff -r 2fee987ebaff -r ab0490982943 controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_win_p.cpp --- a/controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_win_p.cpp Thu Sep 02 17:11:27 2010 +0800 +++ b/controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_win_p.cpp Thu Sep 30 16:15:53 2010 +0800 @@ -45,6 +45,16 @@ } /* + * Set profile name with \a profileId. + */ +int CpProfileModelPrivate::setProfileName(int profileId, const QString &name) +{ + Q_UNUSED(profileId); + Q_UNUSED(name); + return -1; +} + +/* * Activate a profile with its id, return the operation code. */ int CpProfileModelPrivate::activateProfile(int profileId)