mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Fix build in Xcode.
This commit is contained in:
@@ -11,6 +11,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||||||
#include "base/flat_map.h"
|
#include "base/flat_map.h"
|
||||||
|
|
||||||
#include <crl/crl_time.h>
|
#include <crl/crl_time.h>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
class QImage;
|
class QImage;
|
||||||
class QString;
|
class QString;
|
||||||
|
2
Telegram/ThirdParty/qtlottie
vendored
2
Telegram/ThirdParty/qtlottie
vendored
Submodule Telegram/ThirdParty/qtlottie updated: eac3909a82...ca99cfd2e6
@@ -63,7 +63,7 @@ public:
|
|||||||
BMBase *clone() const override;
|
BMBase *clone() const override;
|
||||||
|
|
||||||
void updateProperties(int frame) override;
|
void updateProperties(int frame) override;
|
||||||
void render(LottieRenderer &renderer) const;
|
void render(LottieRenderer &renderer) const override;
|
||||||
void resolveAssets(const std::function<BMAsset*(QString)> &resolver) override;
|
void resolveAssets(const std::function<BMAsset*(QString)> &resolver) override;
|
||||||
|
|
||||||
QString refId() const;
|
QString refId() const;
|
||||||
|
Reference in New Issue
Block a user