Fix several warnings

This commit is contained in:
Lukas Matena 2021-09-15 16:36:59 +02:00
parent 40877b12f7
commit 677cb58000
5 changed files with 5 additions and 6 deletions

View file

@ -37,7 +37,6 @@ void ObjectDataViewModelNode::init_container()
static constexpr char LayerRootIcon[] = "edit_layers_all";
static constexpr char LayerIcon[] = "edit_layers_some";
static constexpr char WarningIcon[] = "exclamation";
static constexpr char InfoIcon[] = "objlist_info";
struct InfoItemAtributes {
std::string name;