Debugger: Fix method names in comment

Change-Id: I269fdecce845f3cc0e8b70fbf5f7278a0eb00910
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Kai Koehne
2012-01-13 15:01:44 +01:00
parent bcbf17a3b0
commit 35e5f66dec

View File

@@ -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.