diff options
author | Max <post@wickenrode.com> | 2015-10-10 03:49:58 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-10-10 03:49:58 +0200 |
commit | 01ef3ad33d260119ee61b949414f038be2c8d00e (patch) | |
tree | d4ea4eff90c6ae334adb17ba5573213f029f86d1 /Source/SPConstants.h | |
parent | 2cb875fb99e0c017b545b8e8427eb565e15cca1e (diff) | |
download | sequelpro-01ef3ad33d260119ee61b949414f038be2c8d00e.tar.gz sequelpro-01ef3ad33d260119ee61b949414f038be2c8d00e.tar.bz2 sequelpro-01ef3ad33d260119ee61b949414f038be2c8d00e.zip |
Change two magic strings into constants
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index f2816745..80df6ba4 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -492,6 +492,9 @@ extern NSString *SPFavoriteSSLCACertFileLocationKey; extern NSString *SPFavoriteUseCompressionKey; extern NSString *SPConnectionFavoritesChangedNotification; +extern NSString *SPFFormatKey; +extern NSString *SPFVersionKey; + // Favorites import/export extern NSString *SPFavoritesDataRootKey; |