Skip to content
Snippets Groups Projects
Commit 1ca0c080 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

fix #39 - attempt 2

parent 58b34e12
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -75,7 +75,7 @@ public:
if (it != managerPrxMap->end())
{
armarx::ArmarXManagerInterfacePrx prx = it->second;
prx->ice_collocationOptimized(false)->getPropertiesAdmin()->setProperties({{
prx->getPropertiesAdmin()->ice_collocationOptimized(false)->setProperties({{
lineEdit->property("propertyName").toString().toStdString(),
lineEdit->text().toStdString()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment