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) |