Test: Fix header uniformity, whitespace, doxygen headers

This commit is contained in:
luz paz
2020-11-17 07:31:10 -05:00
committed by wwmayer
parent 64fb52e4c2
commit 31c0099a59
20 changed files with 280 additions and 167 deletions

View File

@@ -173,7 +173,7 @@ void UnitTestDialog::on_helpButton_clicked()
*/
void UnitTestDialog::on_aboutButton_clicked()
{
QMessageBox::information(this, tr("About FreeCAD UnitTest"), tr(
QMessageBox::information(this, tr("About FreeCAD UnitTest"), tr(
"Copyright (c) Werner Mayer\n\n"
"FreeCAD UnitTest is part of FreeCAD and supports writing Unit Tests for "
"ones own modules."));
@@ -291,7 +291,7 @@ void UnitTestDialog::setStatusText(const QString& text)
/**
* Sets the progress of the progress bar whereas fraction is in between 0.0 and 1.0.
* It also sets the color of the progress bar to red if a failure or error in the unit
* It also sets the color of the progress bar to red if a failure or error in the unit
* test occurred.
*/
void UnitTestDialog::setProgressFraction(float fraction, const QString& color)