MCPcopy Create free account
hub / github.com/codestation/qcma / refreshDatabase

Method refreshDatabase

gui/clientmanager.cpp:148–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void ClientManager::refreshDatabase()
149{
150 if(m_db->load()) {
151 return;
152 }
153
154 if(!m_db->rescan()) {
155 emit messageSent(tr("No PS Vita system has been registered"));
156 } else {
157 progress.showDelayed(1000);
158 }
159}
160
161void ClientManager::stop()
162{

Callers

nothing calls this directly

Calls 3

showDelayedMethod · 0.80
loadMethod · 0.45
rescanMethod · 0.45

Tested by

no test coverage detected