mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
threadweaver: remove redundant QMutex constructor argument
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ebf69fb68e
commit
f7389bcde2
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public:
|
|||
Private ()
|
||||
: thread (0)
|
||||
, queuePolicies ( new QueuePolicyList )
|
||||
, mutex (new QMutex (QMutex::NonRecursive) )
|
||||
, mutex (new QMutex () )
|
||||
, finished (false)
|
||||
{}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue