cleanups, added const iterators to xqmaptor
This commit is contained in:
@@ -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.
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user