| 25 | #include <QStringList> |
| 26 | |
| 27 | VersionFunction::VersionFunction() : Function("version") |
| 28 | { |
| 29 | addDescription(tr("Returns the version of RapCAD.")); |
| 30 | } |
| 31 | |
| 32 | Value& VersionFunction::evaluate(const Context&) const |
| 33 | { |
nothing calls this directly
no outgoing calls
no test coverage detected