PluginTimeTracker.py

changeset 29
92db96274dd3
parent 26
08e308c7a85d
child 31
db0afa672b75
equal deleted inserted replaced
28:63185c5ee09a 29:92db96274dd3
211 211
212 @param key the key of the setting to be set (string) 212 @param key the key of the setting to be set (string)
213 @param value the value to be set 213 @param value the value to be set
214 @param prefClass preferences class used as the storage area 214 @param prefClass preferences class used as the storage area
215 """ 215 """
216 Preferences.Prefs.settings.setValue("TimeTracker/" + key, value) 216 Preferences.Prefs.settings.setValue(self.PreferencesKey + "/" + key, value)

eric ide

mercurial