From 3fdcd425de879772c9c18a82a92569b669033150 Mon Sep 17 00:00:00 2001 From: ronso0 Date: Thu, 18 May 2023 23:31:06 +0200 Subject: [PATCH] fixup! Track rating / WStarRating: use signals/slots to update rating --- src/widget/wstarrating.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widget/wstarrating.h b/src/widget/wstarrating.h index c5358c841d6..cdb02552261 100644 --- a/src/widget/wstarrating.h +++ b/src/widget/wstarrating.h @@ -48,6 +48,5 @@ class WStarRating : public WWidget { std::unique_ptr m_pStarsUp; std::unique_ptr m_pStarsDown; - bool m_trackLoaded; int m_currRating; };