Fix MSVC warning.
--HG-- branch : develop
This commit is contained in:
parent
1aa896eff1
commit
0a7097f259
|
@ -1002,7 +1002,7 @@ void DialogDetail::EditFormula()
|
||||||
DialogEditWrongFormula dlg(data, NULL_ID, this);
|
DialogEditWrongFormula dlg(data, NULL_ID, this);
|
||||||
dlg.SetFormula(pleFormula->toPlainText());
|
dlg.SetFormula(pleFormula->toPlainText());
|
||||||
dlg.setCheckZero(bCheckZero);
|
dlg.setCheckZero(bCheckZero);
|
||||||
if (dlg.exec() == true)
|
if (dlg.exec() == QDialog::Accepted)
|
||||||
{
|
{
|
||||||
QString qsFormula = dlg.GetFormula();
|
QString qsFormula = dlg.GetFormula();
|
||||||
qsFormula.replace("\n", " ");
|
qsFormula.replace("\n", " ");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user