Changeset 95644 in vbox
- Timestamp:
- Jul 14, 2022 9:57:58 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r95641 r95644 7998 7998 void MachineConfigFile::buildRecordingXML(xml::ElementNode &elmParent, const RecordingSettings &recording) 7999 7999 { 8000 if (recording.areDefaultSettings()) /* Omit branch if we still have the default settings (i.e. nothing to save). */ 8001 return; 8002 8000 8003 /* Note: Since settings 1.19 the recording settings have a dedicated XML branch outside of Hardware. */ 8001 8004 if (m->sv >= SettingsVersion_v1_19 /* VBox >= 7.0 */) … … 8055 8058 } 8056 8059 else if ( m->sv >= SettingsVersion_v1_14 8057 && m->sv < SettingsVersion_v1_19 /* VBox < 7.0 */ 8058 && !recording.areDefaultSettings()) 8060 && m->sv < SettingsVersion_v1_19 /* VBox < 7.0 */) 8059 8061 { 8060 8062 /* Note: elmParent is Hardware or Snapshot. */
Note:
See TracChangeset
for help on using the changeset viewer.