MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / initBizCert

Method initBizCert

src/database/WizDatabase.cpp:4555–4565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4553
4554
4555bool WizDatabase::initBizCert()
4556{
4557 WizInitBizCertDialog dlg(this);
4558 if (dlg.exec() == QDialog::Accepted)
4559 {
4560 WizUserCertPassword::Instance().setPassword(bizGuid(), dlg.userCertPassword());
4561 return true;
4562 }
4563 //
4564 return false;
4565}
4566
4567void WizDatabase::clearCertPassword()
4568{

Callers

nothing calls this directly

Calls 3

userCertPasswordMethod · 0.80
execMethod · 0.45
setPasswordMethod · 0.45

Tested by

no test coverage detected