forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user