Changeset 82794 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 20, 2020 1:08:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.cpp
r79365 r82794 191 191 , m_fCurrentSnapshotItem(false) 192 192 , m_comSnapshot(comSnapshot) 193 , m_fOnline(false) 194 , m_fCurrentStateModified(false) 195 , m_enmMachineState(KMachineState_Null) 193 196 { 194 197 } … … 200 203 , m_fCurrentSnapshotItem(false) 201 204 , m_comSnapshot(comSnapshot) 205 , m_fOnline(false) 206 , m_fCurrentStateModified(false) 207 , m_enmMachineState(KMachineState_Null) 202 208 { 203 209 } … … 209 215 , m_fCurrentSnapshotItem(false) 210 216 , m_comMachine(comMachine) 217 , m_fOnline(false) 218 , m_fCurrentStateModified(false) 219 , m_enmMachineState(KMachineState_Null) 211 220 { 212 221 /* Set the bold font state … … 226 235 , m_fCurrentSnapshotItem(false) 227 236 , m_comMachine(comMachine) 237 , m_fOnline(false) 238 , m_fCurrentStateModified(false) 239 , m_enmMachineState(KMachineState_Null) 228 240 { 229 241 /* Set the bold font state
Note:
See TracChangeset
for help on using the changeset viewer.