feat(custom): Add field for additional data to json

This commit is contained in:
Robinhuett
2019-02-25 22:04:09 +01:00
parent 4499a23e51
commit 39bf403505
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class Custom : public ALabel {
const std::string name_;
std::string text_;
std::string alt_;
std::string tooltip_;
std::string class_;
std::string prevclass_;