new attribute

This commit is contained in:
2022-12-16 23:06:21 +03:00
parent 581c7c937a
commit 886eb06880
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ const char PIValueTree::Attribute::singleStep [] = "singleStep" ;
const char PIValueTree::Attribute::decimals [] = "decimals" ;
const char PIValueTree::Attribute::prefix [] = "prefix" ;
const char PIValueTree::Attribute::suffix [] = "suffix" ;
const char PIValueTree::Attribute::style [] = "style" ;
// clang-format on

View File

@@ -57,6 +57,7 @@ public:
static const char decimals [];
static const char prefix [];
static const char suffix [];
static const char style [];
//static constexpr char attribute[] = "";
// clang-format on
};