Add rescan to UI

This commit is contained in:
Aditya Kulkarni
2019-11-16 21:22:31 -08:00
parent 7a9552f5f1
commit d81fac8b08
9 changed files with 41 additions and 61 deletions

View File

@@ -139,7 +139,6 @@ Connection* ConnectionLoader::makeConnection(std::shared_ptr<ConnectionConfig> c
// Update the UI with the status
void ConnectionLoader::showInformation(QString info, QString detail) {
qDebug() << "Showing info " << info << ":" << detail;
connD->status->setText(info);
connD->statusDetail->setText(detail);
}