diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 08:45:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 14:23:41 -0300 |
commit | 1bd4c0e26c9899352b77c29ecbccfb7975d079df (patch) | |
tree | c4816a7fa13b98e42b65509e1ae6f7c60735a76b /testing/telegram-desktop/submodule-lottie.patch | |
parent | 6d75995e1daf306833b649a105027164d0da007e (diff) | |
download | aports-1bd4c0e26c9899352b77c29ecbccfb7975d079df.tar.bz2 aports-1bd4c0e26c9899352b77c29ecbccfb7975d079df.tar.xz |
testing/telegram-desktop: upgrade to 1.7.3
Diffstat (limited to 'testing/telegram-desktop/submodule-lottie.patch')
-rw-r--r-- | testing/telegram-desktop/submodule-lottie.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/telegram-desktop/submodule-lottie.patch b/testing/telegram-desktop/submodule-lottie.patch new file mode 100644 index 0000000000..d96ab2506b --- /dev/null +++ b/testing/telegram-desktop/submodule-lottie.patch @@ -0,0 +1,13 @@ +diff --git a/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.h b/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.h +index 97f5940..a4a3433 100644 +--- a/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.h ++++ b/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.h +@@ -29,6 +29,7 @@ + #pragma once + + #include <QList> ++#include <QtDebug> + #include <functional> + + namespace Lottie { + |