| 118 | } |
| 119 | |
| 120 | void LocationWidget::changeEvent(QEvent* e) |
| 121 | { |
| 122 | if (e->type() == QEvent::LanguageChange) { |
| 123 | this->retranslateUi(); |
| 124 | } |
| 125 | QWidget::changeEvent(e); |
| 126 | } |
| 127 | |
| 128 | void LocationWidget::retranslateUi() |
| 129 | { |
nothing calls this directly
no test coverage detected