Skip to content

Commit

Permalink
remove QT::Recursive from QtMutex
Browse files Browse the repository at this point in the history
  • Loading branch information
orensbruli authored Nov 28, 2023
1 parent 6cb9aa4 commit 0ad7f67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GenericWorker::GenericWorker(${constructor_proxies}) : ${inherited_constructor}
${statemachine_initialization}
${require_and_publish_proxies_creation}

mutex = new QMutex(QMutex::Recursive);
mutex = new QMutex();

${gui_setup}
Period = BASIC_PERIOD;
Expand Down

0 comments on commit 0ad7f67

Please sign in to comment.