MCPcopy Create free account
hub / github.com/KDE/labplot / errorMessage

Method errorMessage

src/frontend/widgets/ExpressionTextEdit.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68QString ExpressionTextEdit::errorMessage() const {
69 const auto parser = ExpressionParser::getInstance();
70 return parser->errorMessage();
71}
72
73void ExpressionTextEdit::setExpressionType(XYEquationCurve::EquationType type) {
74 m_expressionType = type;

Callers 2

validateExpressionMethod · 0.45
checkValuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected