Skip to content
Snippets Groups Projects

[fix] Allow applying a property to a proxy of the same group in LoadLidarState

Merged MelanieCarriere requested to merge allowApplyPropertyToTheProxyGroup into master
All threads resolved!
Files
2
@@ -101,7 +101,7 @@ void lqLoadLidarStateReaction::onTriggered()
if (lidarProxy == nullptr)
{
std::string message = "No matching proxy found. Property " + propertyName + " of the proxy " + proxyName + " of group "+ proxyGroupName + " not applied";
std::string message = "No matching proxy found. Property " + propertyName + " of the proxy " + proxyName + " not applied";
QMessageBox::information(nullptr, tr(""), tr(message.c_str()) );
}
else
Loading