Prevent unnecessary switch fallthrough (fix Coverity defect 114171).

This commit is contained in:
Teo Mrnjavac 2016-02-26 13:24:13 +01:00
parent c1d1e7cb5a
commit b2f1e08377

View File

@ -160,6 +160,7 @@ LicensePage::setEntries( const QList< LicenseEntry >& entriesList )
"by %2" )
.arg( entry.prettyName )
.arg( entry.prettyVendor );
break;
case LicenseEntry::GpuDriver:
//: %1 is usually a vendor name, example: Nvidia graphics driver
productDescription = tr( "<strong>%1 graphics driver</strong><br/>"