Debugger: Remove arg for a 0 hunk in disassembly.

Change-Id: If519893dfcf72b034a133954e01ebfcfdbf9253d
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
David Schulz
2015-09-01 13:20:01 +02:00
committed by hjk
parent a760cddbe5
commit 1c06cb1e8a

View File

@@ -237,7 +237,7 @@ QString DisassemblerLine::toString(int maxOp) const
if (hunk)
str += _(" [%1]").arg(hunk);
else
str += _(" ").arg(hunk);
str += _(" ");
str += data;
} else {
str += someSpace;