예제 #1
0
QString KRSectionData::name() const
{
    return (objectName() + '-' + sectionTypeString(m_type));
}
예제 #2
0
QString KReportSection::name() const
{
    return (objectName() + QLatin1Char('-') + sectionTypeString(m_type));
}