Quote Originally Posted by marcofuics View Post
or at least how to map the info retrieved from QThread::currentThread () and QThread::currentThreadId () on a win32 platform?
From the documentation of QThread::currentThreadId: "this function returns the DWORD (Windows-Thread ID) returned by the Win32 function getCurrentThreadId()"

Cheers,
_