InputConfigDiag: Add a simple error status label

This tells you what you did wrong at a high level if you messed up.
This commit is contained in:
Jasper St. Pierre
2013-07-22 02:36:26 -04:00
parent 3c7f223aa1
commit bc17798ef2
4 changed files with 21 additions and 3 deletions

View File

@ -64,6 +64,7 @@ public:
ControlState range;
std::string expression;
const bool is_input;
ciface::ExpressionParser::ExpressionParseStatus parse_error;
virtual ~ControlReference() {
delete parsed_expression;