controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_p.h
changeset 41 ab0490982943
parent 33 0cfa53de576f
--- a/controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_p.h	Thu Sep 02 17:11:27 2010 +0800
+++ b/controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_p.h	Thu Sep 30 16:15:53 2010 +0800
@@ -40,6 +40,7 @@
 public:
     QString profileName(int profileId) const;
     QStringList profileNames() const;
+    void setProfileName(int profileId, const QString &name);
     int activateProfile(int profileId);
     int activeProfileId() const;
     void profileSettings(int profileId, CpProfileSettings& profileSettings);