aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2018-01-17 20:21:07 +0100
committerMax <post@wickenrode.com>2018-01-17 20:21:07 +0100
commitef21bc5c3749756c21804d1592f3a3fe2faf7cab (patch)
treec52405f115536abcbd9861c40f740521d40bf6d8 /Source/SPConstants.h
parent74b18eee1821ec8ec5bd472cd5ddb80eb865c1ed (diff)
downloadsequelpro-ef21bc5c3749756c21804d1592f3a3fe2faf7cab.tar.gz
sequelpro-ef21bc5c3749756c21804d1592f3a3fe2faf7cab.tar.bz2
sequelpro-ef21bc5c3749756c21804d1592f3a3fe2faf7cab.zip
Remove another 2 cases of very strange object notification behavior (code style)
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index 9316413d..13ec5933 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -452,6 +452,8 @@ extern NSString *SPSSHEnableMuxingPreference;
extern NSString *SPSSHClientPath;
extern NSString *SPSSLCipherListKey;
extern NSString *SPQueryFavoritesHaveBeenUpdatedNotification;
+extern NSString *SPHistoryItemsHaveBeenUpdatedNotification;
+extern NSString *SPContentFiltersHaveBeenUpdatedNotification;
// URLs
extern NSString *SPDonationsURL;