commit | d85daa98cbbd221721e66d5445eea005970c50ce | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Thu Feb 24 15:29:02 2022 -0800 |
committer | swissChili <swisschili@fastmail.com> | Thu Feb 24 15:29:02 2022 -0800 |
tree | 70ef8caa9244363ab6dda9991b4ff2db5e4fd2d9 | |
parent | 25620b09cead48d0f3c28e9e2ea64778e60affbc [diff] [blame] |
Add evaluator
diff --git a/Parser.h b/Parser.h index 102a3c3..d0a348d 100644 --- a/Parser.h +++ b/Parser.h
@@ -36,6 +36,8 @@ QString message() const; int status() const; + operator QString() const; + private: int _status = COMPLETE; QString _message = "";