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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1771 const QString strCurrentLocation = currentMedium.isNull() ? QString() : currentMedium.GetLocation(); local
1878 pActionChooseRecentMedium->setChecked(!currentMedium.isNull() && strRecentMediumLocation == strCurrentLocation);
1919 const QString strCurrentLocation = currentMedium.isNull() ? QString() : currentMedium.GetLocation(); local
2024 msgCenter().cannotDetachDevice(machine, UIMediumType_HardDisk, strCurrentLocation,
2032 msgCenter().cannotAttachDevice(machine, UIMediumType_HardDisk, strCurrentLocation,

Completed in 58 milliseconds