MCPcopy Create free account
hub / github.com/IJHack/QtPass / useQrencode

Method useQrencode

src/configdialog.cpp:997–999  ·  view source on GitHub ↗

* @brief ConfigDialog::useQrencode set preference for using qrencode plugin. * @param useQrencode */

Source from the content-addressed store, hash-verified

995 * @param useQrencode
996 */
997void ConfigDialog::useQrencode(bool useQrencode) {
998 ui->checkBoxUseQrencode->setChecked(useQrencode);
999}
1000
1001/**
1002 * @brief ConfigDialog::on_checkBoxUseGit_clicked enable or disable related

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected