| 217 | } |
| 218 | |
| 219 | void BaseInstance::addLinkedInstanceId(const QString& id) |
| 220 | { |
| 221 | auto linkedInstances = getLinkedInstances(); |
| 222 | linkedInstances.append(id); |
| 223 | setLinkedInstances(linkedInstances); |
| 224 | } |
| 225 | |
| 226 | bool BaseInstance::removeLinkedInstanceId(const QString& id) |
| 227 | { |