Connect the refresh database signal with the manager slot.

This commit is contained in:
codestation
2013-08-25 02:27:50 -04:30
parent 1415c72aec
commit 3530e28b43
3 changed files with 6 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ void ClientManager::refreshDatabase()
db.destroy();
int count = db.create();
qDebug("Added %i entries to the database", count);
emit databaseUpdated(tr("Added %1 entries to the database").arg(count));
}
void ClientManager::stop()