aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-10-10 03:49:58 +0200
committerMax <post@wickenrode.com>2015-10-10 03:49:58 +0200
commit01ef3ad33d260119ee61b949414f038be2c8d00e (patch)
treed4ea4eff90c6ae334adb17ba5573213f029f86d1 /Source/SPConstants.h
parent2cb875fb99e0c017b545b8e8427eb565e15cca1e (diff)
downloadsequelpro-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.h3
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;