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

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVM.cpp135 KStorageBus strDVDBus = type.GetRecommendedDVDStorageBus(); local
136 QString strDVDName = getNextControllerName(strDVDBus);
137 m_machine.AddStorageController(strDVDName, strDVDBus);
149 if (ctrHDBus != strDVDBus || hdStorageControllerType != dvdStorageControllerType)
242 msgCenter().cannotAttachDevice(machine, UIMediumType_DVD, QString(), StorageSlot(strDVDBus, 1, 0), this);

Completed in 42 milliseconds