aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-08-22 10:54:17 +0000
committerBibiko <bibiko@eva.mpg.de>2009-08-22 10:54:17 +0000
commita35bbeac66279cd42230e301332dee1c26ae4be2 (patch)
tree36f59f1f918484d6da7493350287d040467fbd2f /Source/TableDocument.h
parenta946912ea562fe7eb02ec51b77420e63db3a38da (diff)
downloadsequelpro-a35bbeac66279cd42230e301332dee1c26ae4be2.tar.gz
sequelpro-a35bbeac66279cd42230e301332dee1c26ae4be2.tar.bz2
sequelpro-a35bbeac66279cd42230e301332dee1c26ae4be2.zip
• further improvements for open/save SQL/SPF files
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 9b1a053f..22c836db 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -129,6 +129,7 @@ enum {
- (IBAction)showUserManager:(id)sender;
- (void)initQueryEditorWithString:(NSString *)query;
+- (void)initWithConnectionFile:(NSString *)path;
// Connection callback and methods
- (void) setConnection:(MCPConnection *)theConnection;
- (void)setShouldAutomaticallyConnect:(BOOL)shouldAutomaticallyConnect;