diff options
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r-- | Source/SPExportController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h index b63f7c73..1868ec00 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -237,6 +237,8 @@ */ @property(readwrite, assign) MCPConnection *connection; +- (IBAction)export:(id)sender; + - (void)exportTables:(NSArray *)table asFormat:(SPExportType)format usingSource:(SPExportSource)source; - (void)openExportErrorsSheetWithString:(NSString *)errors; - (void)displayExportFinishedGrowlNotification; |