forked from qt-creator/qt-creator
Gerrit: Avoid UTF-8 in comments
When the default charset is not UTF-8, the editor fails to open this file for write. Change-Id: Idda8379e10ac48e3a5c1012a1c6b7b06ef5835e5 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
689aa3891d
commit
02d2b36ce7
@@ -653,7 +653,7 @@ static GerritChangePtr parseSshOutput(const QJsonObject &object)
|
|||||||
{
|
{
|
||||||
"value": 0,
|
"value": 0,
|
||||||
"_account_id": 1000528,
|
"_account_id": 1000528,
|
||||||
"name": "André Hartmann",
|
"name": "Andre Hartmann",
|
||||||
"email": "aha_1980@gmx.de"
|
"email": "aha_1980@gmx.de"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -682,7 +682,7 @@ static GerritChangePtr parseSshOutput(const QJsonObject &object)
|
|||||||
{
|
{
|
||||||
"value": 0,
|
"value": 0,
|
||||||
"_account_id": 1000528,
|
"_account_id": 1000528,
|
||||||
"name": "André Hartmann",
|
"name": "Andre Hartmann",
|
||||||
"email": "aha_1980@gmx.de"
|
"email": "aha_1980@gmx.de"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user