diff -r a5692c68d772 -r 593f946f4fec controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_win_p.cpp --- a/controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_win_p.cpp Fri Jun 25 17:12:20 2010 +0800 +++ b/controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_win_p.cpp Wed Sep 29 10:09:58 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)