VirtualBox

Changeset 68286 in vbox for trunk


Ignore:
Timestamp:
Aug 3, 2017 1:00:40 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: gcc warning fix

File:
1 edited

Legend:

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

    r68285 r68286  
    183183{
    184184    /* Do we need translation after that? */
    185     const bool fTranslationRequired =  !pItem && m_pItem
    186                                     || pItem && !m_pItem;
     185    const bool fTranslationRequired =  (!pItem &&  m_pItem)
     186                                    || ( pItem && !m_pItem);
    187187
    188188    /* Remember new item: */
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