Searched defs:strDeviceType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp535 QString strDeviceType = deviceType == KDeviceType_DVD ? local
537 if (!strDeviceType.isNull())
538 strDeviceType.append(' ');
553 strDeviceType + strAttachmentInfo));
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1183 QString strDeviceType = attachment.GetType() == KDeviceType_DVD ? tr("(Optical Drive)") : QString(); local
1184 if (!strDeviceType.isNull())
1185 strDeviceType.prepend(' ');
1194 attachment.GetDevice())) + strDeviceType)

Completed in 44 milliseconds