mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
parent
b9fd381eee
commit
72c0002b45
22 changed files with 36 additions and 38 deletions
|
|
@ -135,7 +135,7 @@ QString reprocessCommits(QByteArray json)
|
|||
result += QObject::tr("<p>You can <a href=\"%1\">look at the changes on github</a>.</p>").arg(diff_url);
|
||||
return result;
|
||||
}
|
||||
catch (JSONValidationError & e)
|
||||
catch (const JSONValidationError &e)
|
||||
{
|
||||
qWarning() << "Got an unparseable commit log from github:" << e.what();
|
||||
qDebug() << json;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue