--- mess
This commit is contained in:
@@ -193,15 +193,9 @@ void XQViewModel::toggleSection( const XQModelSection& section )
|
||||
{
|
||||
if( section.isValid() && _treeTable )
|
||||
{
|
||||
qDebug() << " --- toggleSection: " << section.contentType();
|
||||
XQSectionRange pos = _sections.sectionRange(section);
|
||||
_treeTable->toggleRowsHidden(pos.firstRow, pos.lastRow );
|
||||
// hier nicht!?
|
||||
//emit sectionToggled(section);
|
||||
}
|
||||
else
|
||||
{
|
||||
qDebug() << " --- toggleSection: FAIL!";
|
||||
emit sectionToggled(section);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user