| 113 | } |
| 114 | |
| 115 | void ProbeOptions::config_setter(struct sr_channel *probe, int key, GVariant* value) |
| 116 | { |
| 117 | SigSession *session = AppControl::Instance()->GetSession(); |
| 118 | DeviceAgent *_device_agent = session->get_device(); |
| 119 | _device_agent->set_config(key, value, probe, NULL); |
| 120 | } |
| 121 | |
| 122 | void ProbeOptions::bind_bool(const QString &name, const QString label, int key) |
| 123 | { |
nothing calls this directly
no test coverage detected