Commit 749d7187 authored by Don Gagne's avatar Don Gagne

Force Default Group to top of list

parent 628a059b
......@@ -34,7 +34,7 @@
FactMetaData::FactMetaData(ValueType_t type, QObject* parent) :
QObject(parent),
_group("Default Group"),
_group("*Default Group"),
_type(type),
_defaultValue(0),
_defaultValueAvailable(false),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment