Changeset 95840 in vbox
- Timestamp:
- Jul 26, 2022 8:27:20 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r95771 r95840 1472 1472 void readDebugging(const xml::ElementNode &elmDbg, Debugging &dbg); 1473 1473 void readAutostart(const xml::ElementNode &elmAutostart, Autostart &autostrt); 1474 void readRecordingSettings(const xml::ElementNode &elmRecording, RecordingSettings &recording);1474 void readRecordingSettings(const xml::ElementNode &elmRecording, uint32_t cMonitors, RecordingSettings &recording); 1475 1475 void readGroups(const xml::ElementNode &elmGroups, StringsList &llGroups); 1476 1476 bool readSnapshot(const com::Guid &curSnapshotUuid, const xml::ElementNode &elmSnapshot, Snapshot &snap);
Note:
See TracChangeset
for help on using the changeset viewer.