Compatibility Members for QThread

以下成员源于类 QThread are part of the Qt compatibility layer. We advise against using them in new code.

公共函数

bool finished () const
bool running () const

成员函数文档编制

bool QThread:: finished () const

使用 isFinished () 代替。

bool QThread:: running () const

使用 isRunning () 代替。