PDA

View Full Version : how isRunning() finds thread is running?



quickNitin
13th June 2006, 08:42
while using isRunning() , how Qt finds thread is running? it give me result but inquisitiveness..

jpn
13th June 2006, 09:03
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.