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

Method closeAnimationWaitingDialog

src/WizLoginDialog.cpp:762–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760}
761
762void WizLoginDialog::closeAnimationWaitingDialog()
763{
764 if (m_animationWaitingDialog && m_animationWaitingDialog->isVisible())
765 {
766 m_animationWaitingDialog->accept();
767 }
768}
769
770void WizLoginDialog::startWizBoxUdpClient()
771{

Callers

nothing calls this directly

Calls 2

isVisibleMethod · 0.80
acceptMethod · 0.45

Tested by

no test coverage detected