Debugger: Remove a parameter with fixed value

Internal::displayDebugger's updateEngine parameter was always true.

Change-Id: I27e91b7327ef7f4ccfb7718ad47fe5316660ea17
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2018-05-25 15:12:34 +02:00
parent a4d1af9828
commit db1174b6b8
3 changed files with 7 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ void showMessage(const QString &msg, int channel, int timeout = -1);
bool isReverseDebugging();
void runControlStarted(DebuggerRunTool *runTool);
void runControlFinished(DebuggerRunTool *runTool);
void displayDebugger(DebuggerRunTool *runTool, bool updateEngine);
void displayDebugger(DebuggerRunTool *runTool);
void synchronizeBreakpoints();
void saveModeToRestore();