| 174 | } |
| 175 | |
| 176 | String QLabModule::getWorkspacePrefix() const |
| 177 | { |
| 178 | String wid = workspaceID->stringValue(); |
| 179 | return wid.isEmpty() ? "" : "/workspace/" + wid; |
| 180 | } |
| 181 | |
| 182 | String QLabModule::getAddressForRoutedValue(Controllable* c, OSCRouteParams* op) |
| 183 | { |
no test coverage detected