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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp526 QString strAttachmentInfo = vboxGlobal().details(attachment.GetMedium(), false, false); local
531 strAttachmentInfo.replace(strInaccessibleString, strBoldInaccessibleString);
540 if (!strAttachmentInfo.isNull())
553 strDeviceType + strAttachmentInfo));
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1189 QString strAttachmentInfo = !attachment.isOk() ? QString() : local
1197 if (!strAttachmentInfo.isNull())
1198 attachmentsMap.insert(attachmentSlot, strAttachmentInfo);

Completed in 58 milliseconds