| 824 | } |
| 825 | |
| 826 | void error_attemptedToParseRealFromInvalidString() { |
| 827 | |
| 828 | raiseInternalError("A function attempted to parse a string to a qreal but the string was not validly formatted. This should have been caught by prior user validation."); |
| 829 | } |
| 830 | |
| 831 | void error_attemptedToParseOutOfRangeReal() { |
| 832 |
no test coverage detected