| 593 | } |
| 594 | |
| 595 | QString QListDB::getRelativePath(int ohfi) |
| 596 | { |
| 597 | QMutexLocker locker(&mutex); |
| 598 | CMAObject *obj = ohfiToObject(ohfi); |
| 599 | return obj ? obj->metadata.path : NULL; |
| 600 | } |
| 601 | |
| 602 | bool QListDB::renameObject(int ohfi, const QString &name) |
| 603 | { |
nothing calls this directly
no outgoing calls
no test coverage detected