| 186 | } |
| 187 | |
| 188 | void LogoBar::on_actionCn_triggered() |
| 189 | { |
| 190 | _language->setIcon(QIcon::fromTheme("file", |
| 191 | QIcon(":/icons/Chinese.svg"))); |
| 192 | assert(_mainForm); |
| 193 | _mainForm->switchLanguage(LAN_CN); |
| 194 | } |
| 195 | |
| 196 | void LogoBar::on_actionAbout_triggered() |
| 197 | { |
nothing calls this directly
no test coverage detected