Commits (3)
-
Denis Shienkov authored
The notifiers are derived from QObject and shall have the Q_OBJECT macro. Tested the build on Windows, Windows CE, Android with Qt4 and then Qt5. Change-Id: Ie860a02cb5e73b9af62e0f0b5de379e34c077c0e Reviewed-by:
Laszlo Papp <lpapp@kde.org> Reviewed-by:
Sergey Belyashov <Sergey.Belyashov@gmail.com>
bd74c953 -
Denis Shienkov authored
Change-Id: I883838a264345a6b3a1d73725f1385981513870b Reviewed-by:
Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by:
Laszlo Papp <lpapp@kde.org>
07e3a581 -
Denis Shienkov authored
This function is used for "CreateFile" calls as opposed to "CreateEvent". Hence, the usage has been erroneous in here. See the MSDN links below for further details: Overall: http://msdn.microsoft.com/en-us/library/windows/desktop/aa363791%28v=vs.85%29.aspx CreateFile: http://msdn.microsoft.com/en-us/library/windows/desktop/aa363858%28v=vs.85%29.aspx CreateEvent: http://msdn.microsoft.com/en-us/library/windows/desktop/ms682396%28v=vs.85%29.aspx It is also observed with a bit of testing that CancelIo() returns ERROR_INVALID_HANDLE for some reason. This has not been tracked down though, so it may be red-herring. Change-Id: Ic2aea712763907dd9c9a32169702fa06308a7ee8 Reviewed-by:
Laszlo Papp <lpapp@kde.org>
c8b53127
Showing