[Development] Request: Make QWinOverlappedIoNotifier as public.
Thiago Macieira
thiago.macieira at intel.com
Wed Mar 21 19:13:05 CET 2012
On quarta-feira, 21 de março de 2012 22.01.09, Denis Shienkov wrote:
> I tried to connect it to my project (Qt5):
>
> #include <QtCore/private/qwinoverlappedionotifier_p.h>
Add to the .pro file:
QT += core-private
Then:
#include <private/qwinoverlappedionotifier_p.h>
This will work.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
Intel Sweden AB - Registration Number: 556189-6027
Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120321/721795f6/attachment.sig>
More information about the Development
mailing list