diff options
author | stuconnolly <stuart02@gmail.com> | 2010-11-11 13:15:46 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-11-11 13:15:46 +0000 |
commit | 0a990aea16056b35fc95fb6845ac2570700bb613 (patch) | |
tree | 8fc6e9be062115d739e389dcf7eb36d262178666 /Source/SPPreferencesUpgrade.h | |
parent | f5a548c05eb23afd80d3c7f105233542b0cfe8aa (diff) | |
download | sequelpro-0a990aea16056b35fc95fb6845ac2570700bb613.tar.gz sequelpro-0a990aea16056b35fc95fb6845ac2570700bb613.tar.bz2 sequelpro-0a990aea16056b35fc95fb6845ac2570700bb613.zip |
More work on the new favorites controller, including loading and saving as well as the method to migrate existing favorites data. Currently not yet active.
Diffstat (limited to 'Source/SPPreferencesUpgrade.h')
-rw-r--r-- | Source/SPPreferencesUpgrade.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPPreferencesUpgrade.h b/Source/SPPreferencesUpgrade.h index 03241880..33691da5 100644 --- a/Source/SPPreferencesUpgrade.h +++ b/Source/SPPreferencesUpgrade.h @@ -33,5 +33,6 @@ @interface SPPreferencesUpgrade : NSObject void SPApplyRevisionChanges(void); +void SPMigrateConnectionFavoritesData(void); @end |