ColTypeNumeric: Delegated type to base class
This commit is contained in:
@@ -37,7 +37,6 @@ extern Context context;
|
||||
ColumnID::ColumnID ()
|
||||
{
|
||||
_name = "id";
|
||||
_type = "numeric";
|
||||
_style = "number";
|
||||
_label = STRING_COLUMN_LABEL_ID;
|
||||
_modifiable = false;
|
||||
|
||||
@@ -37,7 +37,6 @@ extern Context context;
|
||||
ColumnIMask::ColumnIMask ()
|
||||
{
|
||||
_name = "imask";
|
||||
_type = "numeric";
|
||||
_style = "number";
|
||||
_label = STRING_COLUMN_LABEL_MASK_IDX;
|
||||
_modifiable = false;
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnTypeNumeric::ColumnTypeNumeric ()
|
||||
{
|
||||
_type = "numeric";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -36,7 +36,6 @@ extern Context context;
|
||||
ColumnUrgency::ColumnUrgency ()
|
||||
{
|
||||
_name = "urgency";
|
||||
_type = "numeric";
|
||||
_style = "real";
|
||||
_label = STRING_COLUMN_LABEL_URGENCY;
|
||||
_styles = {"real", "integer"};
|
||||
|
||||
Reference in New Issue
Block a user