diff options
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index c671d308..f125277d 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -249,13 +249,15 @@ - (IBAction)copyChecksumFromSheet:(id)sender; - (void)showConsole:(id)sender; -- (void)showNavigator:(id)sender; +- (IBAction)showNavigator:(id)sender; +- (IBAction)toggleNavigator:(id)sender; // Accessor methods - (NSString *)host; - (NSString *)name; - (NSString *)database; - (NSString *)table; +- (NSString *)port; - (NSString *)mySQLVersion; - (NSString *)user; - (NSString *)displaySPName; |