some PIFile functionality

PIBinaryLog::close fix
This commit is contained in:
2022-12-26 14:09:05 +03:00
parent 81cbf905ba
commit f355cfc05e
6 changed files with 27 additions and 1 deletions

View File

@@ -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";

View File

@@ -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[];