ColUrgency: Marked column as unmodifiable

This commit is contained in:
Paul Beckingham
2016-12-31 10:36:13 -05:00
parent 79b2540042
commit 57e9858c1d

View File

@@ -32,11 +32,12 @@
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
ColumnUrgency::ColumnUrgency () ColumnUrgency::ColumnUrgency ()
{ {
_name = "urgency"; _name = "urgency";
_style = "real"; _style = "real";
_label = STRING_COLUMN_LABEL_URGENCY; _label = STRING_COLUMN_LABEL_URGENCY;
_styles = {"real", "integer"}; _modifiable = false;
_examples = {"4.6", "4"}; _styles = {"real", "integer"};
_examples = {"4.6", "4"};
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////