aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-03-13 17:54:48 +0000
committerstuconnolly <stuart02@gmail.com>2011-03-13 17:54:48 +0000
commitc2cf0e39c3c59c3548bf39f0835ac552cdcd23f4 (patch)
treee91359e911afb230e7fe09e5cd7d51c9c9eaf8c5 /Source/SPConnectionController.h
parent25065735e36fcec54c5eb034b701999722fb99a1 (diff)
downloadsequelpro-c2cf0e39c3c59c3548bf39f0835ac552cdcd23f4.tar.gz
sequelpro-c2cf0e39c3c59c3548bf39f0835ac552cdcd23f4.tar.bz2
sequelpro-c2cf0e39c3c59c3548bf39f0835ac552cdcd23f4.zip
Warnings.
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r--Source/SPConnectionController.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h
index 590349bc..b6212dc0 100644
--- a/Source/SPConnectionController.h
+++ b/Source/SPConnectionController.h
@@ -184,7 +184,6 @@
@property (readwrite, retain) NSString *connectionSSHKeychainItemAccount;
@property (readonly, assign) BOOL isConnecting;
-@property (readonly, assign) NSString *favoritesPBoardType;
- (id)initWithDocument:(SPDatabaseDocument *)document;
@@ -204,7 +203,7 @@
// Favorites interaction
- (void)updateFavoriteSelection:(id)sender;
-- (NSMutableDictionary *)selectedFavorite;
+- (NSDictionary *)selectedFavorite;
- (SPTreeNode *)selectedFavoriteNode;
- (NSArray *)selectedFavoriteNodes;