diff options
author | stuconnolly <stuart02@gmail.com> | 2011-06-12 13:56:11 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-06-12 13:56:11 +0000 |
commit | f3e65efba3f76cb2149fd8427af9463032d3c45d (patch) | |
tree | 0e8ebaadd24c8e206bca1f8b2a30ef6543976391 /Source/SPConnectionController.h | |
parent | c1de88ac62381469ad01975c0f28e5847a65edb9 (diff) | |
download | sequelpro-f3e65efba3f76cb2149fd8427af9463032d3c45d.tar.gz sequelpro-f3e65efba3f76cb2149fd8427af9463032d3c45d.tar.bz2 sequelpro-f3e65efba3f76cb2149fd8427af9463032d3c45d.zip |
Add the ability to export favorites.
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index a1a99526..83c38172 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -24,6 +24,7 @@ // More info at <http://code.google.com/p/sequel-pro/> #import <MCPKit/MCPKit.h> +#import "SPFavoritesExportProtocol.h" #import "SPConnectionControllerDelegateProtocol.h" #ifndef SP_REFACTOR /* headers */ @@ -51,7 +52,7 @@ #endif -@interface SPConnectionController : NSObject +@interface SPConnectionController : NSObject { id <SPConnectionControllerDelegateProtocol, NSObject> delegate; @@ -160,6 +161,7 @@ IBOutlet NSProgressIndicator *progressIndicator; IBOutlet NSTextField *progressIndicatorText; IBOutlet NSMenuItem *favoritesSortByMenuItem; + IBOutlet NSView *exportPanelAccessoryView; BOOL isEditing; BOOL reverseFavoritesSort; |