diff options
author | Max <post@wickenrode.com> | 2015-10-14 16:06:51 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-10-14 16:08:33 +0200 |
commit | ec60a32215bb07f5ccd9b8061a88112985acaf8b (patch) | |
tree | f6e9dd6fb676324422f37bc4b3f5103d79e5b97c /Source/SPDatabaseDocument.h | |
parent | 27763d429365c0127198f2e9abdd488a61c9f41e (diff) | |
download | sequelpro-ec60a32215bb07f5ccd9b8061a88112985acaf8b.tar.gz sequelpro-ec60a32215bb07f5ccd9b8061a88112985acaf8b.tar.bz2 sequelpro-ec60a32215bb07f5ccd9b8061a88112985acaf8b.zip |
Add mysql:// URL handler (fixes #1681)
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index a29f91cc..7419b408 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -515,6 +515,7 @@ // State saving and setting - (NSDictionary *) stateIncludingDetails:(NSDictionary *)detailsToReturn; - (BOOL)setState:(NSDictionary *)stateDetails; +- (BOOL)setState:(NSDictionary *)stateDetails fromFile:(BOOL)spfBased; - (BOOL)setStateFromConnectionFile:(NSString *)path; - (void)restoreSession; #endif |