Prevent unnecessary switch fallthrough (fix Coverity defect 114171).
This commit is contained in:
parent
c1d1e7cb5a
commit
b2f1e08377
@ -160,6 +160,7 @@ LicensePage::setEntries( const QList< LicenseEntry >& entriesList )
|
|||||||
"by %2" )
|
"by %2" )
|
||||||
.arg( entry.prettyName )
|
.arg( entry.prettyName )
|
||||||
.arg( entry.prettyVendor );
|
.arg( entry.prettyVendor );
|
||||||
|
break;
|
||||||
case LicenseEntry::GpuDriver:
|
case LicenseEntry::GpuDriver:
|
||||||
//: %1 is usually a vendor name, example: Nvidia graphics driver
|
//: %1 is usually a vendor name, example: Nvidia graphics driver
|
||||||
productDescription = tr( "<strong>%1 graphics driver</strong><br/>"
|
productDescription = tr( "<strong>%1 graphics driver</strong><br/>"
|
||||||
|
Loading…
Reference in New Issue
Block a user