fix: should show any animated image than just gif

This commit is contained in:
Gary Wang
2021-04-15 00:00:18 +08:00
parent 52a7883dbf
commit 8ae93ac4ae
4 changed files with 9 additions and 8 deletions

View File

@ -13,7 +13,7 @@ public:
void showImage(const QPixmap &pixmap);
void showText(const QString &text);
void showSvg(const QString &filepath);
void showGif(const QString &filepath);
void showAnimated(const QString &filepath);
bool trySetTransformationMode(Qt::TransformationMode mode);