This commit is contained in:
Nav
2025-01-28 00:21:26 +00:00
parent 91db0eb6e8
commit ad542ab77e
9 changed files with 17 additions and 45 deletions

View File

@@ -100,7 +100,7 @@ namespace Widgets
}
auto addressType = this->getSelectedAddressInputType();
const auto memoryAddressRange = this->memorySegmentDescriptor.addressRange;
const auto& memoryAddressRange = this->memorySegmentDescriptor.addressRange;
const auto memoryAddressRangeStr = QString{
"0x" + QString::number(memoryAddressRange.startAddress, 16).toUpper() + QString(" -> ")