Fix closing databases

This commit is contained in:
Jonas Kvinge
2019-07-25 17:56:28 +02:00
parent 41484f8673
commit 81caec99b7
10 changed files with 82 additions and 63 deletions

View File

@@ -182,6 +182,7 @@ void DeviceManager::LoadAllDevices() {
info->InitFromDb(device);
emit DeviceCreatedFromDB(info);
}
backend_->Close();
}