Commit 10a4151e authored by Mitch Curtis's avatar Mitch Curtis
Browse files

Fix link to sched_setscheduler in QThread documentation


Change-Id: I38412a119d2a91685b3fd2e4a459d33a60b154b0
Reviewed-by: default avatarTopi Reiniö <topi.reinio@theqtcompany.com>
Showing with 3 additions and 2 deletions
...@@ -303,8 +303,9 @@ QThreadPrivate::~QThreadPrivate() ...@@ -303,8 +303,9 @@ QThreadPrivate::~QThreadPrivate()
The effect of the \a priority parameter is dependent on the The effect of the \a priority parameter is dependent on the
operating system's scheduling policy. In particular, the \a priority operating system's scheduling policy. In particular, the \a priority
will be ignored on systems that do not support thread priorities will be ignored on systems that do not support thread priorities
(such as on Linux, see http://linux.die.net/man/2/sched_setscheduler (such as on Linux, see the
for more details). \l {http://linux.die.net/man/2/sched_setscheduler}{sched_setscheduler}
documentation for more details).
\sa run(), terminate() \sa run(), terminate()
*/ */
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment