QML Debugger: Fix warning

Change-Id: If6678115cb2730d61ee9d0e64a81aeffad183f82
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Yuchen Deng
2011-12-20 08:07:29 +08:00
committed by Kai Koehne
parent 567dd0a5c5
commit 2cb7c6adcf

View File

@@ -1284,7 +1284,7 @@ void QmlV8DebuggerClient::messageReceived(const QByteArray &data)
// "type" : "response",
// "request_seq" : <number>,
// "command" : "setexceptionbreak",
// body : { "type" : <string: "all" or "uncaught" corresponding to the request.>,
// "body" : { "type" : <string: "all" or "uncaught" corresponding to the request.>,
// "enabled" : <bool: true if the break type is currently enabled as a result of the request>
// }
// "running" : true