ColUrgency: Marked column as unmodifiable

This commit is contained in:
Paul Beckingham 2016-12-31 10:36:13 -05:00
parent 7470af24a9
commit 14b632f1a5

View file

@ -35,6 +35,7 @@ ColumnUrgency::ColumnUrgency ()
_name = "urgency";
_style = "real";
_label = STRING_COLUMN_LABEL_URGENCY;
_modifiable = false;
_styles = {"real", "integer"};
_examples = {"4.6", "4"};
}