No Windows QActive::stop() implementation causes compiliation failure
DanielLyubin opened this issue · comments
I develop both on embedded target and windows, and have same app-level code for both. I have code that must utilize the stop mechanism. It works on target since the port file has implementation, but doesn't compile on windows.
The QActive::stop() implementation will be added to all workstation QP/C/C++ ports (Win32 and POSIX) in the next official release.
--MMS