mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Add doxygen note to CWorker
This commit is contained in:
@@ -195,6 +195,8 @@ namespace BlackMisc
|
||||
public:
|
||||
/*!
|
||||
* Returns a new worker object which lives in a new thread.
|
||||
* \note The worker calls its own deleteLater method when finished.
|
||||
* Typically assign it to a QPointer if you want to store it.
|
||||
* \param owner Will be the parent of the new thread (the worker has no parent).
|
||||
* \param name A name for the task, which will be used to create a name for the thread.
|
||||
* \param task A function object which will be run by the worker in its thread.
|
||||
|
||||
Reference in New Issue
Block a user