Commit 4b2562e
nav2_rviz_plugins: Don't use non-existent slot (ros-navigation#5016)
The definition of the slot was removed in commit
e6f500e ("nav2_rviz_plugins: Remove slots without
implementation (ros-navigation#4974)", 2025-03-10), because it had no
implementation. But we forgot to remove the reference to this slot,
because the compiler cannot detect it.
We remove the reference now. Without this, rviz shows warnings like:
QObject::connect: No such slot nav2_rviz_plugins::CostmapCostTool::updateAutoDeactivate()
QObject::connect: (sender name: 'Single click')
Signed-off-by: Michal Sojka <michal.sojka@cvut.cz>
Signed-off-by: stevedanomodolor <stevedan.o.omodolor@gmail.com>1 parent 34992e2 commit 4b2562e
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments