| 291 | } |
| 292 | |
| 293 | void ClientToolManager::selectObject(const ObjectId &id, const ToolInfo &toolInfo) |
| 294 | { |
| 295 | if (!m_remote) { |
| 296 | return; |
| 297 | } |
| 298 | m_remote->selectObject(id, toolInfo.id()); |
| 299 | } |
| 300 | |
| 301 | void ClientToolManager::toolsForObjectReceived(const ObjectId &id, const QVector<QString> &toolIds) |
| 302 | { |