diff options
author | stuconnolly <stuart02@gmail.com> | 2012-07-18 11:24:06 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-07-18 11:24:06 +0000 |
commit | 523a4334f8bf80a0c441871db93ae83eaaa2a5ed (patch) | |
tree | 896a3890d9bec824b043371ad7626ab0d9ede8df /Frameworks/QueryKit/Source/QueryKit.h | |
parent | 25f16dd7b9d6de440763f0d0188a0f7e520b2126 (diff) | |
download | sequelpro-523a4334f8bf80a0c441871db93ae83eaaa2a5ed.tar.gz sequelpro-523a4334f8bf80a0c441871db93ae83eaaa2a5ed.tar.bz2 sequelpro-523a4334f8bf80a0c441871db93ae83eaaa2a5ed.zip |
Rework QueryKit's tests to accept parameters allowing use to run them with different data sets.
Diffstat (limited to 'Frameworks/QueryKit/Source/QueryKit.h')
-rw-r--r-- | Frameworks/QueryKit/Source/QueryKit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/QueryKit/Source/QueryKit.h b/Frameworks/QueryKit/Source/QueryKit.h index 0ae6b406..3a57920d 100644 --- a/Frameworks/QueryKit/Source/QueryKit.h +++ b/Frameworks/QueryKit/Source/QueryKit.h @@ -31,6 +31,7 @@ #import <QueryKit/QKQuery.h> #import <QueryKit/QKQueryTypes.h> #import <QueryKit/QKQueryOrderBy.h> +#import <QueryKit/QKQueryConstants.h> #import <QueryKit/QKQueryOperators.h> #import <QueryKit/QKQueryDatabases.h> #import <QueryKit/QKQueryParameter.h> |