--- mess
This commit is contained in:
@@ -179,7 +179,6 @@ int XQSectionManager::lastRow(const XQModelSection& section ) const
|
||||
|
||||
XQSectionRange XQSectionManager::sectionRange(const XQModelSection& section ) const
|
||||
{
|
||||
qDebug() << " ---- Section RANGE: " << section.startIndex().row() << " -> " << lastRow(section);
|
||||
return XQSectionRange{ section.startIndex().row(), lastRow(section) };
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user