diff options
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index 9d9a5564..999f5202 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -38,6 +38,8 @@ id encodingPopUp; NSURL *_sessionURL; + NSMutableDictionary *_spfSessionDocData; + } // Window management @@ -67,8 +69,10 @@ - (NSArray *)orderedDatabaseConnectionWindows; - (SPDatabaseDocument *)frontDocument; - (NSURL *)sessionURL; +- (NSDictionary *)spfSessionDocData; - (void)setSessionURL:(NSString *)urlString; +- (void)setSpfSessionDocData:(NSDictionary *)data; // Feedback controller delegate methods - (NSMutableDictionary*) anonymizePreferencesForFeedbackReport:(NSMutableDictionary *)preferences; |