Skip to content

Commit

Permalink
Fix slot in Plotting plugin (#490)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández <[email protected]>
  • Loading branch information
ahcorde authored Dec 15, 2020
1 parent 65b4b78 commit 2f7f33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/plugins/plotting/Plotting.cc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Plotting ::Plotting() : GuiSystem(),

this->connect(this->dataPtr->plottingIface.get(), SIGNAL(ComponentUnSubscribe
(uint64_t, uint64_t, std::string, int)),
this, SLOT(UnRegisterChartToComponent
this, SLOT(UnRegisterChartFromComponent
(uint64_t, uint64_t, std::string, int)));

this->connect(this->dataPtr->plottingIface.get(),
Expand Down

0 comments on commit 2f7f33d

Please sign in to comment.