diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-10-09 14:12:40 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-10-09 14:12:40 +0000 |
commit | 2206c9cdc5bea1552a0fbf66e7e9f310e7bdc880 (patch) | |
tree | 9ff31cbbe63f3027a4c716e51334276d3f912562 /Source/SPFieldEditorController.h | |
parent | bfd2c744eb99057bba37f331672d828ba48f82f0 (diff) | |
download | sequelpro-2206c9cdc5bea1552a0fbf66e7e9f310e7bdc880.tar.gz sequelpro-2206c9cdc5bea1552a0fbf66e7e9f310e7bdc880.tar.bz2 sequelpro-2206c9cdc5bea1552a0fbf66e7e9f310e7bdc880.zip |
• improved field editor sheet to support geometry fields
- additionally it shows the image
- image can be saved as pdf if image is displayed via Save button; if text is selected the wkt string will be saved
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r-- | Source/SPFieldEditorController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h index 9817ac65..a5ad776f 100644 --- a/Source/SPFieldEditorController.h +++ b/Source/SPFieldEditorController.h @@ -23,6 +23,8 @@ // More info at <http://code.google.com/p/sequel-pro/> #import <Cocoa/Cocoa.h> +#import <MCPKit/MCPKit.h> + /** * @class SPExportFile SPExportFile.h |