forked from blue/squawk
initial class reference
This commit is contained in:
parent
a8698cc94f
commit
494afcf2b5
6 changed files with 161 additions and 6 deletions
|
@ -26,7 +26,8 @@ Models::Item::Item(Type p_type, const QMap<QString, QVariant> &p_data, Item *p_p
|
|||
type(p_type),
|
||||
name(""),
|
||||
childItems(),
|
||||
parent(p_parent)
|
||||
parent(p_parent),
|
||||
references()
|
||||
{
|
||||
QMap<QString, QVariant>::const_iterator itr = p_data.find("name");
|
||||
if (itr != p_data.end()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue