Comment testing area

This commit is contained in:
Nicolas Mailloux 2021-07-20 23:28:39 -04:00
parent 595da4b6be
commit 5a59b0db98

View file

@ -952,11 +952,12 @@ void MainWindow::showToast(QString messageToDisplay) {
connect(toastWindow, SIGNAL(closeIndefiniteToast()), SLOT(closeIndefiniteToast()));
toastWindow->show();
if(messageToDisplay == "Connection successful") {
// Testing
/* if(messageToDisplay == "Connection successful") {
otaManagerWindow = new otaManager(this);
connect(otaManagerWindow, SIGNAL(canInstallOtaUpdate(bool)), SLOT(openUpdateDialogOTA(bool)));
otaManagerWindow->setAttribute(Qt::WA_DeleteOnClose);
}
} */
}
void MainWindow::hello(int testNumber) {