From a0593ce06bbc9a11493e77473a4e8e43fa4aa049 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 15 Jun 2009 22:42:51 +0000 Subject: Move the QuickLook interface to its own header file. --- sequel-pro.xcodeproj/project.pbxproj | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sequel-pro.xcodeproj') diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index fb9142f5..831aa666 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -210,6 +210,7 @@ 1703EF3E0F0B0742005BBE7E /* sequel-pro_logo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "sequel-pro_logo.jpg"; sourceTree = ""; }; 1703EF3F0F0B0742005BBE7E /* syntax.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = syntax.html; sourceTree = ""; }; 1703EF400F0B0742005BBE7E /* tables.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tables.html; sourceTree = ""; }; + 17128B8A0FE6E0210035DD75 /* QLPreviewPanel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QLPreviewPanel.h; sourceTree = ""; }; 172A650F0F7BED7A001E861A /* SPConsoleMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPConsoleMessage.h; sourceTree = ""; }; 172A65100F7BED7A001E861A /* SPConsoleMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPConsoleMessage.m; sourceTree = ""; }; 1740FAB90FC4372F00CF3699 /* SPDatabaseData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPDatabaseData.h; sourceTree = ""; }; @@ -502,6 +503,14 @@ path = topics; sourceTree = ""; }; + 17128B890FE6DFFA0035DD75 /* QuickLook */ = { + isa = PBXGroup; + children = ( + 17128B8A0FE6E0210035DD75 /* QLPreviewPanel.h */, + ); + name = QuickLook; + sourceTree = ""; + }; 1740F8350FC3069700CF3699 /* Templates */ = { isa = PBXGroup; children = ( @@ -640,6 +649,7 @@ isa = PBXGroup; children = ( 296DC8A40F90914B002A3258 /* MGTemplateEngine */, + 17128B890FE6DFFA0035DD75 /* QuickLook */, 17E6416F0EF01F4C001BC333 /* Keychain */, 17E641700EF01F52001BC333 /* MCPKit */, 58FEF15E0F23D60A00518E8E /* Parsing */, -- cgit v1.2.3