Re: Getting QuickLook to work with NSDocument

2014-02-10 Thread Fritz Anderson
On 8 Feb 2014, at 5:32 AM, Pax <45rpmli...@googlemail.com> wrote: > I'm trying to get QuickLook preview to work with NSDocument - much as in the > QuickLookDownloader example provided by Apple. > > I thought I had it all set up correctly - > > #import > > @interface Document : NSDocument QL

Getting QuickLook to work with NSDocument

2014-02-08 Thread Pax
I'm trying to get QuickLook preview to work with NSDocument - much as in the QuickLookDownloader example provided by Apple. I thought I had it all set up correctly - #import @interface Document : NSDocument { QLPreviewPanel* previewPanel; } Something is clearly amiss though - becaus