Tells underlying optionsModel to update its current display unit. */
| 1543 | |
| 1544 | /** Tells underlying optionsModel to update its current display unit. */ |
| 1545 | void UnitDisplayStatusBarControl::onMenuSelection(QAction* action) |
| 1546 | { |
| 1547 | if (action) |
| 1548 | { |
| 1549 | optionsModel->setDisplayUnit(action->data()); |
| 1550 | } |
| 1551 | } |
nothing calls this directly
no test coverage detected