////////////////////////////// Slots //////////////////////////////////////
| 153 | |
| 154 | /////////////////////////////////// Slots ////////////////////////////////////// |
| 155 | void |
| 156 | DeviceTweaks::onAddEntry(void) |
| 157 | { |
| 158 | this->ui->tableWidget->insertRow(this->ui->tableWidget->rowCount()); |
| 159 | this->changed = true; |
| 160 | } |
| 161 | |
| 162 | void |
| 163 | DeviceTweaks::onRemoveEntry(void) |