mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-08 22:59:31 +02:00
Added messages for completion of HTML creation.
This commit is contained in:
parent
508a658752
commit
a4689edee1
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ void AWSInterface::createWebPageFromResults(const QString& testResults,
|
||||||
|
|
||||||
if (updateAWSCheckBox->isChecked()) {
|
if (updateAWSCheckBox->isChecked()) {
|
||||||
updateAWS();
|
updateAWS();
|
||||||
|
QMessageBox::information(0, "Success", "HTML file has been created and copied to AWS");
|
||||||
|
} else {
|
||||||
|
QMessageBox::information(0, "Success", "HTML file has been created");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue