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

Method on_actionEn_triggered

DSView/pv/toolbars/logobar.cpp:179–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void 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
188void LogoBar::on_actionCn_triggered()
189{

Callers

nothing calls this directly

Calls 1

switchLanguageMethod · 0.80

Tested by

no test coverage detected