aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-09-12 16:19:51 +0000
committerstuconnolly <stuart02@gmail.com>2009-09-12 16:19:51 +0000
commitf4bede9def108d8fd25334871ca00971687c4e51 (patch)
tree9e744ffcceb07993d5865181c9df7a5ae0d4f407 /Source/TableDocument.h
parent9a0951a7dc44f93226e096423b76de48df2d50a0 (diff)
downloadsequelpro-f4bede9def108d8fd25334871ca00971687c4e51.tar.gz
sequelpro-f4bede9def108d8fd25334871ca00971687c4e51.tar.bz2
sequelpro-f4bede9def108d8fd25334871ca00971687c4e51.zip
Add back/forward history menu items to the view menu with the assigned shortcuts of cmd+[ and cmd+].
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 868b5dcd..57cbeb4f 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -29,7 +29,6 @@
#import <MCPKit/MCPKit.h>
#import <WebKit/WebKit.h>
-
@class SPConnectionController, SPUserManager;
enum sp_current_query_mode
@@ -206,6 +205,7 @@ enum sp_current_query_mode
- (IBAction)validateSaveConnectionAccessory:(id)sender;
- (BOOL)saveDocumentWithFilePath:(NSString *)fileName inBackground:(BOOL)saveInBackground onlyPreferences:(BOOL)saveOnlyPreferences;
- (IBAction)closePasswordSheet:(id)sender;
+- (IBAction)backForwardInHistory:(id)sender;
// Getter methods
- (NSString *)name;