Re: [Interest] Subclassing QMacPasteboardMime

2012-05-29 Thread Adam Light
In case anyone else encounters this, I've filed a bug report on this issue at https://bugreports.qt-project.org/browse/QTBUG-25951 On Thu, May 24, 2012 at 1:52 PM, Adam Light wrote: > In my application, I wish to handle tiff clipboard data (of UTI type > public.tiff) different than the implement

[Interest] Subclassing QMacPasteboardMime

2012-05-24 Thread Adam Light
Hi This question applies to Mac OSX. I'm using Qt 4.8.1 on Mac OS 10.6.8. In my application, I wish to handle tiff clipboard data (of UTI type public.tiff) different than the implementation in QMacPasteboardMimeTiff (I don't want the data to pass through a QImage). I have written my own subclass