MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / onDownloadComplete

Method onDownloadComplete

pcsx2-qt/CoverDownloadDialog.cpp:59–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void CoverDownloadDialog::onDownloadComplete()
60{
61 emit coverRefreshRequested();
62
63 if (m_thread)
64 {
65 m_thread->join();
66 m_thread.reset();
67 }
68
69 updateEnabled();
70
71 m_ui.status->setText(tr("Download complete."));
72}
73
74void CoverDownloadDialog::onStartClicked()
75{

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected