mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
Comment testing area
This commit is contained in:
parent
595da4b6be
commit
5a59b0db98
1 changed files with 3 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue