| 149 | } |
| 150 | |
| 151 | void DeviceOptions::config_setter(int key, GVariant* value) |
| 152 | { |
| 153 | SigSession *session = AppControl::Instance()->GetSession(); |
| 154 | DeviceAgent *_device_agent = session->get_device(); |
| 155 | _device_agent->set_config(key, value); |
| 156 | } |
| 157 | |
| 158 | void DeviceOptions::bind_bool(const QString &name, const QString label, int key) |
| 159 | { |
nothing calls this directly
no test coverage detected