Replaced MemoryRegionAddressInputType enum with generaic AddressType enum

This commit is contained in:
Nav
2022-09-11 01:30:03 +01:00
parent a0e833b801
commit dc45301ff8
7 changed files with 33 additions and 19 deletions

View File

@@ -54,9 +54,9 @@ namespace Bloom
{Targets::TargetMemoryEndianness::BIG, "big"},
};
static const inline BiMap<MemoryRegionAddressInputType, QString> addressRangeInputTypesByName = {
{MemoryRegionAddressInputType::ABSOLUTE, "absolute"},
{MemoryRegionAddressInputType::RELATIVE, "relative"},
static const inline BiMap<AddressType, QString> addressRangeInputTypesByName = {
{AddressType::ABSOLUTE, "absolute"},
{AddressType::RELATIVE, "relative"},
};
[[nodiscard]] Widgets::TargetMemoryInspectionPaneSettings memoryInspectionPaneSettingsFromJson(