From bb290f9fecc48d407c2bc75a64b0e8a94bc3aeba Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 28 Dec 2021 22:30:12 +0100 Subject: Fix more warnings and remove dead code --- src/ui/Ripple.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ui/Ripple.cpp') diff --git a/src/ui/Ripple.cpp b/src/ui/Ripple.cpp index 72cf2da2..1da0151a 100644 --- a/src/ui/Ripple.cpp +++ b/src/ui/Ripple.cpp @@ -39,6 +39,8 @@ Ripple::setRadius(qreal radius) radius_ = radius; overlay_->update(); + + emit radiusChanged(); } void @@ -51,6 +53,8 @@ Ripple::setOpacity(qreal opacity) opacity_ = opacity; overlay_->update(); + + emit opacityChanged(); } void -- cgit 1.5.1