diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-22 21:43:22 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-22 21:43:22 +0000 |
commit | b5bcd962ab29b4d7c455c98e03b429b3c6b11e92 (patch) | |
tree | 0794193cb8f43a9276467bc92092b951167a6bed /Source/SPAppController.h | |
parent | 9ecfa022b7c58ec178ff089b86f110552bf74d7e (diff) | |
download | sequelpro-b5bcd962ab29b4d7c455c98e03b429b3c6b11e92.tar.gz sequelpro-b5bcd962ab29b4d7c455c98e03b429b3c6b11e92.tar.bz2 sequelpro-b5bcd962ab29b4d7c455c98e03b429b3c6b11e92.zip |
* enabled sequel:// url scheme commands from inside the Bundle HTML output window
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index e4508521..3c18911e 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -94,4 +94,6 @@ - (NSArray *)bundleItemsForScope:(NSString*)scope; - (NSDictionary *)bundleKeyEquivalentsForScope:(NSString*)scope; +- (void)handleEventWithURL:(NSURL*)url; + @end |