some PIFile functionality
PIBinaryLog::close fix
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
const char PIValueTree::Attribute::hidden [] = "hidden" ;
|
||||
const char PIValueTree::Attribute::readOnly [] = "readOnly" ;
|
||||
const char PIValueTree::Attribute::isLabel [] = "label" ;
|
||||
const char PIValueTree::Attribute::grouping [] = "grouping" ;
|
||||
|
||||
const char PIValueTree::Attribute::arrayType [] = "arrayType" ;
|
||||
const char PIValueTree::Attribute::arrayMinCount[] = "arrayMinCount";
|
||||
|
||||
@@ -44,6 +44,7 @@ public:
|
||||
static const char hidden [];
|
||||
static const char readOnly [];
|
||||
static const char isLabel [];
|
||||
static const char grouping [];
|
||||
|
||||
static const char arrayType [];
|
||||
static const char arrayMinCount[];
|
||||
|
||||
Reference in New Issue
Block a user