//////////////////////////// Slots ////////////////////////////////////////
| 147 | |
| 148 | ///////////////////////////////// Slots //////////////////////////////////////// |
| 149 | void |
| 150 | DeviceDialog::onRefresh(void) |
| 151 | { |
| 152 | this->setRefreshing(true); |
| 153 | emit refreshRequest(); |
| 154 | } |
| 155 | |
| 156 | void |
| 157 | DeviceDialog::onOk(void) |
nothing calls this directly
no test coverage detected