| 63 | } |
| 64 | |
| 65 | void SelectionModelClient::timeout() |
| 66 | { |
| 67 | applyPendingSelection(); |
| 68 | } |
| 69 | |
| 70 | void SelectionModelClient::serverRegistered(const QString &objectName, |
| 71 | Protocol::ObjectAddress objectAddress) |
nothing calls this directly
no test coverage detected