VirtualBox

Changeset 55661 in vbox


Ignore:
Timestamp:
May 5, 2015 1:06:43 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: fix

File:
1 edited

Legend:

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

    r55552 r55661  
    450450bool UIVMItem::isItemPoweredOff(UIVMItem *pItem)
    451451{
    452     if (pItem->accessible() &&
     452    if (pItem &&
     453        pItem->accessible() &&
    453454        (pItem->machineState() == KMachineState_PoweredOff ||
    454455         pItem->machineState() == KMachineState_Saved ||
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