diff options
author | Max <post@wickenrode.com> | 2015-11-20 03:51:18 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-11-20 03:51:18 +0100 |
commit | 5568af642c2fc738f175e0be4729fd3e1fe2263a (patch) | |
tree | f950a5093c833ee886d9d8361d0ec6d4482c5e28 /Source/SPExportInitializer.h | |
parent | b8ff5b4209a45cfb8cc836125debc26041f7c00e (diff) | |
download | sequelpro-5568af642c2fc738f175e0be4729fd3e1fe2263a.tar.gz sequelpro-5568af642c2fc738f175e0be4729fd3e1fe2263a.tar.bz2 sequelpro-5568af642c2fc738f175e0be4729fd3e1fe2263a.zip |
* move some duplicate code into it's own method
* remove some duplicate onMainThread calls
* if an exporter needs a certain charset it'll have to set that itself now
Diffstat (limited to 'Source/SPExportInitializer.h')
-rw-r--r-- | Source/SPExportInitializer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPExportInitializer.h b/Source/SPExportInitializer.h index d6fc269d..e8cfec73 100644 --- a/Source/SPExportInitializer.h +++ b/Source/SPExportInitializer.h @@ -43,6 +43,7 @@ @interface SPExportController (SPExportInitializer) - (void)startExport; +- (void)exportEnded; - (void)initializeExportUsingSelectedOptions; - (void)exportTables:(NSArray *)exportTables orDataArray:(NSArray *)dataArray; |