| 391 | } |
| 392 | |
| 393 | bool TSShape::renameObject(const String& oldName, const String& newName) |
| 394 | { |
| 395 | return doRename(this, objects, oldName, newName); |
| 396 | } |
| 397 | |
| 398 | bool TSShape::renameDetail(const String& oldName, const String& newName) |
| 399 | { |
no test coverage detected