VirtualBox

Changeset 23475 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Oct 1, 2009 12:57:28 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: VBoxConsoleWnd: Fixed assert using sata/scsi controller.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r23249 r23475  
    19211921            CStorageController ctl = cmachine.GetStorageControllerByName(ctlName);
    19221922
    1923             data += QString ("<br><nobr><b>%1 %2</b>: %3</nobr>")
    1924                 .arg (vboxGlobal().toString (ctl.GetBus(), hda->GetPort()))
    1925                 .arg (vboxGlobal().toString (ctl.GetBus(), hda->GetPort(),
    1926                                              hda->GetDevice()))
     1923            data += QString ("<br><nobr><b>%1</b>:&nbsp;%2</nobr>")
     1924                .arg (vboxGlobal().toString (StorageSlot (ctl.GetBus(), hda->GetPort(), hda->GetDevice())))
    19271925                .arg (QDir::convertSeparators (hd.GetLocation()));
    19281926            hasDisks = true;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette