| 290 | } |
| 291 | |
| 292 | void QInputDeviceListWindow::selectKeyboardDeviceListRow(int select_rowindex) |
| 293 | { |
| 294 | QTableWidgetSelectionRange selection = QTableWidgetSelectionRange(select_rowindex, 0, select_rowindex, KEYBOARD_TABLE_COLUMN_COUNT - 1); |
| 295 | ui->keyboardDeviceTable->setRangeSelected(selection, true); |
| 296 | } |
| 297 | |
| 298 | void QInputDeviceListWindow::selectMouseDeviceListRow(int select_rowindex) |
| 299 | { |
nothing calls this directly
no outgoing calls
no test coverage detected