Clarified program counter address format in the Insight window

This commit is contained in:
Nav
2021-06-05 22:42:35 +01:00
parent 733e727783
commit a7d3e44436
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
#include <QPainter>
#include <cmath>
#include "BodyWidget.hpp"
#include "src/Logger/Logger.hpp"
@@ -66,4 +65,3 @@ void BodyWidget::drawWidget(QPainter& painter) {
30
));
}

View File

@@ -145,7 +145,7 @@
<string>-</string>
</property>
<property name="toolTip">
<string>Program Counter Value</string>
<string>Program Counter Value (byte address)</string>
</property>
</widget>
</item>