diff options
author | stuconnolly <stuart02@gmail.com> | 2012-08-15 10:47:43 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-08-15 10:47:43 +0000 |
commit | 097676f7aaf6a95229fe5c57715e19716af57221 (patch) | |
tree | 707b647e339b84b62c9f264f0b2b0caa8c0b548c /Source/SPConstants.h | |
parent | a3ccba044ae0f73c4d79ce4ad8c8dd9374a1ad62 (diff) | |
download | sequelpro-097676f7aaf6a95229fe5c57715e19716af57221.tar.gz sequelpro-097676f7aaf6a95229fe5c57715e19716af57221.tar.bz2 sequelpro-097676f7aaf6a95229fe5c57715e19716af57221.zip |
Move table content filter logic to it's own file.
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 989dfdb4..3978db6f 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -274,6 +274,9 @@ extern NSString *SPThemesSupportFolder; extern NSString *SPBundleSupportFolder; extern NSString *SPDataSupportFolder; +// Table filter +extern NSString *SPTableContentFilterKey; + // Preference key constants // // General Prefpane |