Tells underlying optionsModel to update its current display unit. */
| 1303 | |
| 1304 | /** Tells underlying optionsModel to update its current display unit. */ |
| 1305 | void UnitDisplayStatusBarControl::onMenuSelection(QAction* action) |
| 1306 | { |
| 1307 | if (action) |
| 1308 | { |
| 1309 | optionsModel->setDisplayUnit(action->data()); |
| 1310 | } |
| 1311 | } |
nothing calls this directly
no test coverage detected