Compile fixes.

Reviewed-by: Oswald Buddenhagen
This commit is contained in:
Robert Loehning
2010-02-05 16:20:33 +01:00
parent 27fa4c0440
commit a5252a4463
2 changed files with 3 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ bool synchronizeBreakPoints(CIDebugControl* debugControl,
updateMarkers = true;
nbd->pending = false;
nbd->bpNumber = QByteArray::number(uint(id));
nbd->bpAddress = QLatin1String("0x") + QString::number(address, 16);
nbd->bpAddress = "0x" + QByteArray::number(address, 16);
// Take over rest as is
nbd->bpCondition = nbd->condition;
nbd->bpIgnoreCount = nbd->ignoreCount;