aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r--Source/SPConnectionController.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h
index 83c38172..5a90c985 100644
--- a/Source/SPConnectionController.h
+++ b/Source/SPConnectionController.h
@@ -68,11 +68,12 @@
#ifndef SP_REFACTOR /* ivars */
NSView *databaseConnectionSuperview;
NSSplitView *databaseConnectionView;
+ NSOpenPanel *keySelectionPanel;
+#endif
NSUserDefaults *prefs;
NSMutableArray *favorites;
BOOL automaticFavoriteSelection;
-#endif
BOOL cancellingConnection;
BOOL isConnecting;
#ifndef SP_REFACTOR /* ivars */
@@ -223,6 +224,8 @@
- (IBAction)chooseKeyLocation:(id)sender;
- (IBAction)showHelp:(id)sender;
- (IBAction)updateSSLInterface:(id)sender;
+- (IBAction)updateKeyLocationFileVisibility:(id)sender;
+- (void)resizeTabViewToConnectionType:(NSUInteger)theType animating:(BOOL)animate;
- (IBAction)sortFavorites:(id)sender;
- (IBAction)reverseSortFavorites:(id)sender;