diff options
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index 68ba179a..5b5c5554 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -55,6 +55,9 @@ // Getters - (SPPreferenceController *)preferenceController; +// Feedback controller delegate methods +- (NSMutableDictionary*) anonymizePreferencesForFeedbackReport:(NSMutableDictionary *)preferences; + // Others - (NSString *)contentOfFile:(NSString *)aPath; |