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 @@ -86,8 +86,9 @@ ImageDisplay::ImageDisplay(std::unique_ptr<ROSImageTextureIface> texture)
86
86
new rviz_common::properties::QosProfileProperty (this ->topic_property_ , rclcpp::QoS (5 ));
87
87
88
88
transport_override_property_ = new rviz_common::properties::EnumProperty (
89
- " Transport Override" , " " , " By default this display uses the topic name to determine the" +
90
- " image_transport type. If this is not possible, use this field to manually set the transport." ,
89
+ " Transport Override" , " " , QString (" By default this display uses the topic name to " ) +
90
+ QString (" determine the image_transport type. If this is not possible, use this " ) +
91
+ QString (" field to manually set the transport." ),
91
92
this ->topic_property_ , SLOT (subscribe ()), this
92
93
);
93
94
You can’t perform that action at this time.
0 commit comments