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

Method databaseUpdated

gui/clientmanager.cpp:60–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void ClientManager::databaseUpdated(int count)
61{
62 progress.interruptShow();
63 progress.hide();
64 if(count >= 0) {
65 emit messageSent(tr("Added %1 items to the database").arg(count));
66 } else {
67 emit messageSent(tr("Database indexing aborted by user"));
68 }
69 emit updated(count);
70}
71
72void ClientManager::showPinDialog(QString name, int pin)
73{

Callers

nothing calls this directly

Calls 2

interruptShowMethod · 0.80
hideMethod · 0.80

Tested by

no test coverage detected