diff options
author | avenjamin <avenjamin@gmail.com> | 2008-05-07 04:02:13 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2008-05-07 04:02:13 +0000 |
commit | eb72b9122f57fa31c86229c3c698d90853dcb4ec (patch) | |
tree | 62e9d917505c8081f004d132d34dfe3745306b7f /TableDocument.h | |
parent | caa1709c33fd44b51460b6f8357b581658d5b560 (diff) | |
download | sequelpro-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.h | 3 |
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; |