aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-05-23 21:44:59 +0000
committerrowanbeentje <rowan@beent.je>2010-05-23 21:44:59 +0000
commitc661b409eaa0e29d9e012b79e7a66574a554817a (patch)
tree49b310ded9a226a66aa53444c9ba112824854f68 /Source/SPExportController.h
parentb66006f3755c6a57dfc60d4133bc4dc4da0fef56 (diff)
downloadsequelpro-c661b409eaa0e29d9e012b79e7a66574a554817a.tar.gz
sequelpro-c661b409eaa0e29d9e012b79e7a66574a554817a.tar.bz2
sequelpro-c661b409eaa0e29d9e012b79e7a66574a554817a.zip
Initial implementation of tabs:
- Addition of PSMTabBar framework - Rework away from a document-based TableDocument - Support tabs throughout the application - Add menu items for creating tabs, and add support for dragging tabs to different windows
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r--Source/SPExportController.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h
index b1c50933..773b678d 100644
--- a/Source/SPExportController.h
+++ b/Source/SPExportController.h
@@ -52,7 +52,6 @@ typedef NSUInteger SPExportSource;
{
// Table document
IBOutlet id tableDocumentInstance;
- IBOutlet id tableWindow;
// Tables list
IBOutlet id tablesListInstance;
@@ -122,7 +121,9 @@ typedef NSUInteger SPExportSource;
// Table/export operation mapping
NSMutableDictionary *tableExportMapping;
-
+
+ // Top-level nib objects that require releasing on dealloc
+ NSMutableArray *nibObjectsToRelease;
}
@property (readwrite, assign) BOOL exportCancelled;