VirtualBox

Ignore:
Timestamp:
Jan 20, 2020 1:08:02 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: VirtualBox Manager: Few uninit vars in UISnapshotPane.

File:
1 edited

Legend:

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

    r79365 r82794  
    191191    , m_fCurrentSnapshotItem(false)
    192192    , m_comSnapshot(comSnapshot)
     193    , m_fOnline(false)
     194    , m_fCurrentStateModified(false)
     195    , m_enmMachineState(KMachineState_Null)
    193196{
    194197}
     
    200203    , m_fCurrentSnapshotItem(false)
    201204    , m_comSnapshot(comSnapshot)
     205    , m_fOnline(false)
     206    , m_fCurrentStateModified(false)
     207    , m_enmMachineState(KMachineState_Null)
    202208{
    203209}
     
    209215    , m_fCurrentSnapshotItem(false)
    210216    , m_comMachine(comMachine)
     217    , m_fOnline(false)
     218    , m_fCurrentStateModified(false)
     219    , m_enmMachineState(KMachineState_Null)
    211220{
    212221    /* Set the bold font state
     
    226235    , m_fCurrentSnapshotItem(false)
    227236    , m_comMachine(comMachine)
     237    , m_fOnline(false)
     238    , m_fCurrentStateModified(false)
     239    , m_enmMachineState(KMachineState_Null)
    228240{
    229241    /* Set the bold font state
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