mirror of https://github.com/CGAL/cgal
Trailing whitespace
This commit is contained in:
parent
b1dc2a25d8
commit
e49a69925d
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui
|
||||
namespace Ui
|
||||
{
|
||||
class AlgebraicCurveInputDialog;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue