Debugger: Fix warning

warning: C4819: The file contains a character that cannot be represented
in the current code page (936).
Save the file in Unicode format to prevent data loss.

Change-Id: I33ff1b1295df234da9cf42efc5d3745c316f6528
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Yuchen Deng
2011-12-06 19:24:12 +08:00
committed by Kai Koehne
parent 18d8e340e3
commit fd4e21b685

View File

@@ -1166,7 +1166,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