VirtualBox

Changeset 23930 in vbox for trunk/src


Ignore:
Timestamp:
Oct 21, 2009 11:47:44 AM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: Fixing build warning in snapshot processing widget (VBoxSnapshotsWgt.cpp).

File:
1 edited

Legend:

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

    r23924 r23930  
    361361
    362362    /* Enable/disable current state actions */
    363     mCurStateActionGroup->setEnabled (!busy && mCurSnapshotItem && item && item->isCurrentStateItem() ||
    364                                       item && !mCurSnapshotItem);
     363    mCurStateActionGroup->setEnabled ((!busy && mCurSnapshotItem && item && item->isCurrentStateItem()) ||
     364                                      (item && !mCurSnapshotItem));
    365365}
    366366
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