mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Prevent unnecessary switch fallthrough (fix Coverity defect 114171).
This commit is contained in:
parent
c1d1e7cb5a
commit
b2f1e08377
1 changed files with 1 additions and 0 deletions
|
@ -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/>"
|
||||
|
|
Loading…
Add table
Reference in a new issue