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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user