semi fixed missing sections
This commit is contained in:
@@ -117,7 +117,7 @@ const XQModelSection& XQSectionManager::sectionByKey( const QString& sectionKey
|
||||
if( hasValidSection( sectionKey ) )
|
||||
return _sections.at(sectionKey);
|
||||
|
||||
throw XQException( "No section for key: ", sectionKey);
|
||||
throw XQException( "No section for key", sectionKey);
|
||||
|
||||
}
|
||||
|
||||
@@ -137,7 +137,7 @@ const XQModelSection& XQSectionManager::sectionByRow(int itemRow ) const
|
||||
return section;
|
||||
}
|
||||
|
||||
throw XQException( "No section for item row: ", QString::number(itemRow));
|
||||
throw XQException( "No section for item row", QString::number(itemRow));
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user