aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-07-30 00:20:52 +0000
committerrowanbeentje <rowan@beent.je>2009-07-30 00:20:52 +0000
commit9e72b900075cb73e32254754faea71882f1b8299 (patch)
treea5515497616be0cd525b24d149300895b5d604ac /Source/TableDocument.h
parent24cdce10cbd4817682b0ecaf2b834f7dc18cb3b5 (diff)
downloadsequelpro-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/TableDocument.h')
-rw-r--r--Source/TableDocument.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 5cd9dc6c..97da96f9 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -46,6 +46,7 @@
IBOutlet id tableDataInstance;
IBOutlet id extendedTableInfoInstance;
IBOutlet id databaseDataInstance;
+ IBOutlet id spHistoryControllerInstance;
IBOutlet id spExportControllerInstance;
IBOutlet id tableWindow;
@@ -64,6 +65,7 @@
IBOutlet id databaseEncodingButton;
IBOutlet id addDatabaseButton;
IBOutlet id chooseDatabaseButton;
+ IBOutlet id historyControl;
IBOutlet id variablesTableView;
IBOutlet NSTabView *tableTabView;