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 () 代替。