Trailing whitespace

This commit is contained in:
Ahmed Essam 2020-08-20 21:20:07 +02:00
parent b1dc2a25d8
commit e49a69925d
2 changed files with 1 additions and 5 deletions

View File

@ -13,10 +13,6 @@ AlgebraicCurveInputDialog::~AlgebraicCurveInputDialog()
delete ui;
}
//! member function to get the expression entered in the dialogue box
/*!
\return string value of the polynomial expression entered
*/
std::string AlgebraicCurveInputDialog::getLineEditText()
{
QString lineEditText = ui->lineEdit->text();

View File

@ -3,7 +3,7 @@
#include <QDialog>
namespace Ui
namespace Ui
{
class AlgebraicCurveInputDialog;
}