| 177 | } |
| 178 | |
| 179 | void LogoBar::on_actionEn_triggered() |
| 180 | { |
| 181 | _language->setIcon(QIcon::fromTheme("file", |
| 182 | QIcon(":/icons/English.svg"))); |
| 183 | |
| 184 | assert(_mainForm); |
| 185 | _mainForm->switchLanguage(LAN_EN); |
| 186 | } |
| 187 | |
| 188 | void LogoBar::on_actionCn_triggered() |
| 189 | { |
nothing calls this directly
no test coverage detected