aboutsummaryrefslogtreecommitdiffstats
path: root/TableDocument.h
diff options
context:
space:
mode:
authoravenjamin <avenjamin@gmail.com>2008-05-07 04:02:13 +0000
committeravenjamin <avenjamin@gmail.com>2008-05-07 04:02:13 +0000
commiteb72b9122f57fa31c86229c3c698d90853dcb4ec (patch)
tree62e9d917505c8081f004d132d34dfe3745306b7f /TableDocument.h
parentcaa1709c33fd44b51460b6f8357b581658d5b560 (diff)
downloadsequelpro-eb72b9122f57fa31c86229c3c698d90853dcb4ec.tar.gz
sequelpro-eb72b9122f57fa31c86229c3c698d90853dcb4ec.tar.bz2
sequelpro-eb72b9122f57fa31c86229c3c698d90853dcb4ec.zip
Changed the tables list, custom cell to handle image+text+indentation, added table information (commented out until bug resolved)
Diffstat (limited to 'TableDocument.h')
-rw-r--r--TableDocument.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TableDocument.h b/TableDocument.h
index 1da55465..9c71a8a4 100644
--- a/TableDocument.h
+++ b/TableDocument.h
@@ -113,6 +113,9 @@
//alert sheets method
- (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo;
+//connection getter
+- (CMMCPConnection *)sharedConnection;
+
//database methods
- (IBAction)setDatabases:(id)sender;
- (IBAction)chooseDatabase:(id)sender;