mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kinfocenter: handle PCI serial port type
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9748c4adf5
commit
bafda063cc
1 changed files with 2 additions and 0 deletions
|
@ -840,6 +840,8 @@ QVListLayout *SolSerialDevice::infoPanelLayout()
|
|||
type = i18nc("platform serial interface type", "Platform"); break;
|
||||
case Solid::SerialInterface::Usb:
|
||||
type = i18n("USB"); break;
|
||||
case Solid::SerialInterface::Pci:
|
||||
type = i18n("PCI"); break;
|
||||
default:
|
||||
type = i18nc("unknown serial interface type", "Unknown");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue