diff options
author | rowanbeentje <rowan@beent.je> | 2009-07-30 00:20:52 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-07-30 00:20:52 +0000 |
commit | 9e72b900075cb73e32254754faea71882f1b8299 (patch) | |
tree | a5515497616be0cd525b24d149300895b5d604ac /Source/TablesList.h | |
parent | 24cdce10cbd4817682b0ecaf2b834f7dc18cb3b5 (diff) | |
download | sequelpro-9e72b900075cb73e32254754faea71882f1b8299.tar.gz sequelpro-9e72b900075cb73e32254754faea71882f1b8299.tar.bz2 sequelpro-9e72b900075cb73e32254754faea71882f1b8299.zip |
- Add an initial barebones version of the history controller, with a basic toolbar item to navigate backwards and forwards. TBC!
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index 68578010..250f451f 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -25,6 +25,7 @@ #import <Cocoa/Cocoa.h> #import <MCPKit/MCPKit.h> +#import "SPHistoryController.h" enum sp_table_types { @@ -54,6 +55,7 @@ enum sp_table_types IBOutlet id tableDataInstance; IBOutlet id extendedTableInfoInstance; IBOutlet id databaseDataInstance; + IBOutlet SPHistoryController *spHistoryControllerInstance; IBOutlet id tableWindow; IBOutlet id copyTableSheet; |