diff options
author | stuconnolly <stuart02@gmail.com> | 2009-06-15 22:42:51 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-06-15 22:42:51 +0000 |
commit | a0593ce06bbc9a11493e77473a4e8e43fa4aa049 (patch) | |
tree | a23f94ea09d6b4cf5e4baff2933bd2637cade5f3 /Source/TableContent.m | |
parent | f0b12b052c2bfe5cdb197f9adb31f8b7136ada66 (diff) | |
download | sequelpro-a0593ce06bbc9a11493e77473a4e8e43fa4aa049.tar.gz sequelpro-a0593ce06bbc9a11493e77473a4e8e43fa4aa049.tar.bz2 sequelpro-a0593ce06bbc9a11493e77473a4e8e43fa4aa049.zip |
Move the QuickLook interface to its own header file.
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r-- | Source/TableContent.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m index 6655a53b..bbda4d44 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -38,6 +38,7 @@ #import "SPStringAdditions.h" #import "SPArrayAdditions.h" #import "SPTextViewAdditions.h" +#import "QLPreviewPanel.h" @implementation TableContent |