diff options
author | stuconnolly <stuart02@gmail.com> | 2010-07-25 11:01:42 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-07-25 11:01:42 +0000 |
commit | 15578792fecccae6121b1e8b47108776e3d80747 (patch) | |
tree | 2920fb94612763f695cf5f1b187e290e62077ec5 /Source/SPExportController.h | |
parent | f578b247bed73fe2b8a7f0fc2efbe0b191890df9 (diff) | |
download | sequelpro-15578792fecccae6121b1e8b47108776e3d80747.tar.gz sequelpro-15578792fecccae6121b1e8b47108776e3d80747.tar.bz2 sequelpro-15578792fecccae6121b1e8b47108776e3d80747.zip |
Tidy up SPExportController by splitting out all filename related methods to a new category SPExportFilenameUtilities.
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r-- | Source/SPExportController.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h index 1868ec00..3e4d6aa7 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -23,8 +23,6 @@ // // More info at <http://code.google.com/p/sequel-pro/> -#import <Cocoa/Cocoa.h> - #import "SPConstants.h" @class MCPConnection, BWAnchoredButtonBar; @@ -242,7 +240,6 @@ - (void)exportTables:(NSArray *)table asFormat:(SPExportType)format usingSource:(SPExportSource)source; - (void)openExportErrorsSheetWithString:(NSString *)errors; - (void)displayExportFinishedGrowlNotification; -- (NSString *)expandCustomFilenameFormatFromString:(NSString *)format usingTableName:(NSString *)table; // IB action methods - (IBAction)closeSheet:(id)sender; |