MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / on_actionCn_triggered

Method on_actionCn_triggered

DSView/pv/toolbars/logobar.cpp:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void 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
196void LogoBar::on_actionAbout_triggered()
197{

Callers

nothing calls this directly

Calls 1

switchLanguageMethod · 0.80

Tested by

no test coverage detected