2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

QtLottie: Completely detach from upstream.

This commit is contained in:
John Preston
2019-05-15 19:19:04 +03:00
parent 12a4a849ca
commit ab82ff0fb7
41 changed files with 37 additions and 3221 deletions

View File

@@ -55,7 +55,7 @@ Animation::Animation(const QByteArray &content)
const auto document = QJsonDocument::fromJson(content, &error);
const auto parsed = crl::now();
if (error.error != QJsonParseError::NoError) {
qCWarning(lcLottieQtBodymovinParser)
qWarning()
<< "Lottie Error: Parse failed with code "
<< error.error
<< "( " << error.errorString() << ")";