how to convert QThread::currentThread() to Qstring? i want to use it as unique identificator (for example (0x22ff48)) for each 'game room' where each is running in separate thread.
Printable View
how to convert QThread::currentThread() to Qstring? i want to use it as unique identificator (for example (0x22ff48)) for each 'game room' where each is running in separate thread.