2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Version 4.12: Fix build with GCC.

This commit is contained in:
John Preston
2023-11-30 20:59:58 +04:00
parent 98be0a69df
commit 0e2131e6eb
9 changed files with 2 additions and 14 deletions

View File

@@ -106,7 +106,6 @@ QRect CornerBadgeTTLRect(int photoSize) {
}
QImage BlurredDarkenedPart(QImage image, QRect part) {
const auto ratio = style::DevicePixelRatio();
auto blurred = Images::BlurLargeImage(
std::move(image),
kBlurRadius).copy(part);