| 193 | } |
| 194 | |
| 195 | void MpvObject::command(const QVariant& params) |
| 196 | { |
| 197 | // does mpv_command_node internally; maybe we should use async? However, it seems async is not really needed atm... |
| 198 | mpv::qt::command(mpv, params); |
| 199 | } |
| 200 | |
| 201 | void MpvObject::setProperty(const QString& name, const QVariant& value) |
| 202 | { |
nothing calls this directly
no outgoing calls
no test coverage detected