On Fri, Jul 6, 2012 at 8:23 AM, Philip Ashmore <cont...@philipashmore.com> wrote: > Good point. I googled "using qt private headers" - not very useful. > Could you post a link?
Probably because it's more or less new to Qt 5. QT += core core-private .. and you may now use both public and private headers from QtCore. The same pattern works for any other module. Make sure you understand the consequences of that, though. (I trust that you probably do, but people finding this in the archives might not) _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development