Now has icons

This commit is contained in:
andreja6
2019-11-02 12:26:01 -07:00
parent 08d8dc4df0
commit bc8742b5f5
5 changed files with 90 additions and 29 deletions

View File

@@ -18,6 +18,7 @@ Instance::Instance(const Instance &oinst)
name = oinst.name;
className = oinst.className;
canDelete = oinst.canDelete;
listicon = oinst.listicon;
//setParent(oinst.parent);
}