Debugger: Remove the boolean parameter to CdbEngine::updateLocals()

Makes clang happy, and changes to a full update after manual
variable assignments, which is intended anyway.

Change-Id: I028f32e1ac9014f5d56bf12824624f7685d22c83
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
hjk
2015-06-10 10:46:14 +02:00
committed by David Schulz
parent 339a8b619e
commit 277495e8cb
2 changed files with 7 additions and 8 deletions

View File

@@ -247,7 +247,7 @@ private:
void handleAdditionalQmlStack(const CdbResponse &response);
NormalizedSourceFileName sourceMapNormalizeFileNameFromDebugger(const QString &f);
void updateLocalVariable(const QByteArray &iname);
void updateLocals(bool forNewStackFrame);
void updateLocals();
void updateAll() override;
int elapsedLogTime() const;
void addLocalsOptions(ByteArrayInputStream &s) const;