[netinstall] Apply coding style

main
Adriaan de Groot 5 years ago
parent 0aaf24c4a5
commit 8825c9c995

@ -157,10 +157,10 @@ NetInstallPage::dataIsHere()
// Go backwards because expanding a group may cause rows to appear below it // Go backwards because expanding a group may cause rows to appear below it
for ( int i = m_groups->rowCount() - 1; i >= 0; --i ) for ( int i = m_groups->rowCount() - 1; i >= 0; --i )
{ {
auto index = m_groups->index(i,0); auto index = m_groups->index( i, 0 );
if ( m_groups->data(index, PackageModel::MetaExpandRole).toBool() ) if ( m_groups->data( index, PackageModel::MetaExpandRole ).toBool() )
{ {
ui->groupswidget->setExpanded(index, true); ui->groupswidget->setExpanded( index, true );
} }
} }

@ -56,7 +56,7 @@ NetInstallViewStep::prettyName() const
{ {
return m_sidebarLabel ? m_sidebarLabel->get() : tr( "Package selection" ); return m_sidebarLabel ? m_sidebarLabel->get() : tr( "Package selection" );
#if defined(TABLE_OF_TRANSLATIONS) #if defined( TABLE_OF_TRANSLATIONS )
NOTREACHED NOTREACHED
// This is a table of "standard" labels for this module. If you use them // This is a table of "standard" labels for this module. If you use them
// in the label: sidebar: section of the config file, the existing // in the label: sidebar: section of the config file, the existing

Loading…
Cancel
Save