aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-22 21:43:22 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-22 21:43:22 +0000
commitb5bcd962ab29b4d7c455c98e03b429b3c6b11e92 (patch)
tree0794193cb8f43a9276467bc92092b951167a6bed /Source/SPAppController.h
parent9ecfa022b7c58ec178ff089b86f110552bf74d7e (diff)
downloadsequelpro-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.h2
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