diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-19 16:43:46 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-19 16:43:46 +0000 |
commit | 77d8891b8b3dd3321eac871da0bde6fe1f38ea94 (patch) | |
tree | cce58051c81aaac79f23b7a68832fc682c1217f7 /Source/TableContent.h | |
parent | ad4dd380f0361475badfd33ea9ae9e586d39ed10 (diff) | |
download | sequelpro-77d8891b8b3dd3321eac871da0bde6fe1f38ea94.tar.gz sequelpro-77d8891b8b3dd3321eac871da0bde6fe1f38ea94.tar.bz2 sequelpro-77d8891b8b3dd3321eac871da0bde6fe1f38ea94.zip |
• added: SPDataAdditions.m
- base64EncodingWithLineLength:
• improved printing of blobs which contain image data
- not it supports PDF preview
- set maximum width to 100px or less
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r-- | Source/TableContent.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h index 80305fca..dcb527ca 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -110,8 +110,6 @@ - (NSArray *)currentResult; - (NSArray *)currentDataResult; -- (NSString *) base64EncodingOfData:(NSData*)data withLineLength:(unsigned int)lineLength; - //additional methods - (void)setConnection:(CMMCPConnection *)theConnection; - (IBAction)setCompareTypes:(id)sender; |