cleanups, added const iterators to xqmaptor

This commit is contained in:
2025-09-05 09:57:43 +02:00
parent c9b61c1c2b
commit 8d26c32e51
7 changed files with 78 additions and 77 deletions

View File

@@ -199,7 +199,11 @@ void XQViewModel::toggleSection( const XQModelSection& section )
void XQViewModel::toggleSection( const QString& sectionKey )
{
if( _sections.hasValidSection( sectionKey ) )
{
XQModelSection& section = _sections.at( sectionKey);
//section.
}
}
/*