[license] Warnings-- by making the one default case explicit

This commit is contained in:
Adriaan de Groot 2018-03-06 16:23:29 +01:00
parent e2f6d160f8
commit 51ccd6be4d

View File

@ -186,7 +186,7 @@ LicensePage::setEntries( const QList< LicenseEntry >& entriesList )
.arg( entry.prettyName ) .arg( entry.prettyName )
.arg( entry.prettyVendor ); .arg( entry.prettyVendor );
break; break;
default: case LicenseEntry::Software:
productDescription = tr( "<strong>%1</strong><br/>" productDescription = tr( "<strong>%1</strong><br/>"
"<font color=\"Grey\">by %2</font>" ) "<font color=\"Grey\">by %2</font>" )
.arg( entry.prettyName ) .arg( entry.prettyName )