Files
AyuGramDesktop/Telegram/SourceFiles/ui/toast/toast_lottie_icon.h
T
2026-02-28 19:07:12 +04:00

25 lines
475 B
C++

/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
class QWidget;
namespace style {
struct Toast;
} // namespace style
namespace Ui {
void AddLottieToToast(
not_null<QWidget*> widget,
const style::Toast &st,
QSize iconSize,
const QString &name);
} // namespace Ui