Skip to content
Snippets Groups Projects
Commit 35e5f66d authored by Kai Koehne's avatar Kai Koehne
Browse files

Debugger: Fix method names in comment


Change-Id: I269fdecce845f3cc0e8b70fbf5f7278a0eb00910
Reviewed-by: default avatarKai Koehne <kai.koehne@nokia.com>
parent bcbf17a3
No related branches found
No related tags found
No related merge requests found
...@@ -291,7 +291,7 @@ signals: ...@@ -291,7 +291,7 @@ signals:
/* /*
* For "external" clients of a debugger run control that needs to do * For "external" clients of a debugger run control that needs to do
* further setup before the debugger is started (e.g. Maemo). * further setup before the debugger is started (e.g. Maemo).
* Afterwards, handleSetupDone() or handleSetupFailed() must be called * Afterwards, handleRemoteSetupDone() or handleRemoteSetupFailed() must be called
* to continue or abort debugging, respectively. * to continue or abort debugging, respectively.
* This signal is only emitted if the start parameters indicate that * This signal is only emitted if the start parameters indicate that
* a server start script should be used, but none is given. * a server start script should be used, but none is given.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment