while using isRunning() , how Qt finds thread is running? it give me result but inquisitiveness..
Printable View
while using isRunning() , how Qt finds thread is running? it give me result but inquisitiveness..
You have the freedom to read the sources and find out by yourself.. ;)
QThread has (at least in Qt 4) simply a member variable which is updated according to state changes.