File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
rviz_default_plugins/src/rviz_default_plugins/displays/image Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,9 @@ ImageDisplay::ImageDisplay(std::unique_ptr<ROSImageTextureIface> texture)
88
88
new rviz_common::properties::QosProfileProperty (this ->topic_property_ , rclcpp::QoS (5 ));
89
89
90
90
transport_override_property_ = new rviz_common::properties::EnumProperty (
91
- " Transport Override" , " " , " By default this display uses the topic name to determine the" +
92
- " image_transport type. If this is not possible, use this field to manually set the transport." ,
91
+ " Transport Override" , " " , QString (" By default this display uses the topic name to " ) +
92
+ QString (" determine the image_transport type. If this is not possible, use this " ) +
93
+ QString (" field to manually set the transport." ),
93
94
this ->topic_property_ , SLOT (subscribe ()), this
94
95
);
95
96
You can’t perform that action at this time.
0 commit comments