| 384 | } |
| 385 | |
| 386 | void WizDocTemplateDialog::purchaseFinished() |
| 387 | { |
| 388 | WizNoteManager noteManager(m_dbMgr); |
| 389 | noteManager.downloadTemplatePurchaseRecord(); |
| 390 | } |
| 391 | |
| 392 | void WizDocTemplateDialog::checkUnfinishedTransation() |
| 393 | { |
nothing calls this directly
no test coverage detected