Skip to content

Commit

Permalink
Merge pull request #386 from robocomp/emartinena/pablo_cant_fix_it
Browse files Browse the repository at this point in the history
Pablo's requested changes
  • Loading branch information
pbustos authored Nov 28, 2023
2 parents b641550 + 0ad7f67 commit 0c22e1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
#define SPECIFICWORKER_H

#include <genericworker.h>
${innermodel_include}
${innermodelviewer_includes}
${dsr_includes}

class SpecificWorker : public GenericWorker
Expand All @@ -52,8 +50,6 @@ public slots:
${statemachine_methods_definitions}
${dsr_slots}
private:
${innermodel_attribute}
${innermodelviewer_attributes}
${agm_attributes}
${dsr_attributes}
bool startup_check_flag;
Expand Down

0 comments on commit 0c22e1b

Please sign in to comment.