diff options
author | stuconnolly <stuart02@gmail.com> | 2010-03-13 21:09:48 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-03-13 21:09:48 +0000 |
commit | f879a31da7d07cb8b5bed7a63c6e49ce79a66d48 (patch) | |
tree | 5f042fdeece3ad8044d60e7acf6f571e8458c3b8 /Source/TableDocument.h | |
parent | aff548a80a7d8eacdb836eea70b3e9af14658fdb (diff) | |
download | sequelpro-f879a31da7d07cb8b5bed7a63c6e49ce79a66d48.tar.gz sequelpro-f879a31da7d07cb8b5bed7a63c6e49ce79a66d48.tar.bz2 sequelpro-f879a31da7d07cb8b5bed7a63c6e49ce79a66d48.zip |
Perform HTML generation for printing on a background thread, displaying the usual progress indicator with the ability to cancel it. Still need to add warnings when attempting to print a table content with a large number of rows or a lot of data.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 41bd1186..15477f25 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -162,6 +162,8 @@ NSString *keyChainID; + NSThread *printThread; + id statusValues; } |