repaired it (a bit)
This commit is contained in:
@@ -81,8 +81,11 @@ XQItem* XQMainModel::addProjectItem( XQNodePtr contentNode )
|
||||
|
||||
void XQMainModel::addSectionItem( const XQModelSection& section, XQItem* projectItem )
|
||||
{
|
||||
|
||||
|
||||
qDebug() << " --- SUPPA0: " << section.contentType();
|
||||
qDebug() << " --- SUPPA1: -> " << projectItem->contentNode()->to_string();
|
||||
if( projectItem->hasContentNode())
|
||||
qDebug() << " --- SUPPA1: -> " << projectItem->contentNode()->to_string();
|
||||
qDebug() << " --- SUPPA2: -> " << projectItem->sheetNode()->to_string();
|
||||
qDebug() << " --- SUPPA3: -> " << projectItem->sheetNode()->find_child_by_tag_name("CurrentSection")->to_string();
|
||||
|
||||
|
Reference in New Issue
Block a user