diff options
author | stuconnolly <stuart02@gmail.com> | 2012-01-22 22:40:05 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-01-22 22:40:05 +0000 |
commit | b31bb2c4981d0a44119c43eac7525233a7c3b0e3 (patch) | |
tree | fd069ca0b10522f9f310265e499568a607b1982d /Source/SPFavoritesController.h | |
parent | 3a0616a9aa060ccf4144a8bbdf65c647432727a4 (diff) | |
download | sequelpro-b31bb2c4981d0a44119c43eac7525233a7c3b0e3.tar.gz sequelpro-b31bb2c4981d0a44119c43eac7525233a7c3b0e3.tar.bz2 sequelpro-b31bb2c4981d0a44119c43eac7525233a7c3b0e3.zip |
Split out connection controller initialization.
Diffstat (limited to 'Source/SPFavoritesController.h')
-rw-r--r-- | Source/SPFavoritesController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPFavoritesController.h b/Source/SPFavoritesController.h index 3bde2376..e15ab385 100644 --- a/Source/SPFavoritesController.h +++ b/Source/SPFavoritesController.h @@ -45,7 +45,7 @@ } /** - * @property favoritesTree + * @property favoritesTree The current favorites tree */ @property (readonly) SPTreeNode *favoritesTree; |