以下成員源於類 QThreadPool 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
(obsolete)
void
|
cancel (QRunnable * runnable ) |
(obsolete)
void
|
dumpObjectInfo () |
(obsolete)
void
|
dumpObjectTree () |
(obsolete)
QString
|
trUtf8 (const char * sourceText , const char * disambiguation = Q_OBJECT, int n = Q_OBJECT) |
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
移除指定
runnable
from the queue if it is not yet started. The runnables for which
runnable->autoDelete()
返迴
true
被刪除。
該函數在 Qt 5.5 引入。