diff --git a/src/plugins/debugger/debuggerengine.h b/src/plugins/debugger/debuggerengine.h index 116fd94ebd2fad26747202282a839a5e6519df4e..25e4625f595af63211e4ca92d7e85a7b0641d6db 100644 --- a/src/plugins/debugger/debuggerengine.h +++ b/src/plugins/debugger/debuggerengine.h @@ -291,7 +291,7 @@ signals: /* * For "external" clients of a debugger run control that needs to do * 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. * This signal is only emitted if the start parameters indicate that * a server start script should be used, but none is given.