| 328 | {} |
| 329 | |
| 330 | void handle(const ResultRecord &r) override |
| 331 | { |
| 332 | if (auto* const variable = m_variable.get()) { |
| 333 | variable->setValueToOptionalValueFieldOf(r); |
| 334 | } |
| 335 | } |
| 336 | private: |
| 337 | QPointer<MIVariable> m_variable; |
| 338 | }; |
nothing calls this directly
no test coverage detected