debugger: rename startDebugger() to startEngine()

This commit is contained in:
hjk
2010-07-08 13:34:51 +02:00
parent 3145b27061
commit f8d96f09a6
14 changed files with 14 additions and 14 deletions

View File

@@ -88,7 +88,7 @@ private:
void shutdown();
void setToolTipExpression(const QPoint &mousePos, TextEditor::ITextEditor *editor, int cursorPos);
void startDebugger();
void startEngine();
void exitDebugger();
void continueInferior();