diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPAppController.h | 3 | ||||
-rw-r--r-- | Source/SPAppController.m | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index 5b5c5554..3f661d08 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -24,10 +24,11 @@ // More info at <http://code.google.com/p/sequel-pro/> #import <Cocoa/Cocoa.h> +#import <FeedbackReporter/FRFeedbackReporter.h> @class SPPreferenceController, SPAboutController; -@interface SPAppController : NSObject +@interface SPAppController : NSObject <FRFeedbackReporterDelegate> { BOOL isNewFavorite; diff --git a/Source/SPAppController.m b/Source/SPAppController.m index 9feea4e9..7c5db4eb 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -420,7 +420,7 @@ /** * Anonymises the preferences dictionary before feedback submission */ -- (NSMutableDictionary*) anonymizePreferencesForFeedbackReport:(NSMutableDictionary *)preferences +- (NSMutableDictionary*)anonymizePreferencesForFeedbackReport:(NSMutableDictionary *)preferences { [preferences removeObjectsForKeys:[NSArray arrayWithObjects:@"ContentFilters", @"favorites", |