Skip to content

Commit

Permalink
fixup! Track rating / WStarRating: use signals/slots to update rating
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed May 18, 2023
1 parent 153f3c4 commit 3fdcd42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widget/wstarrating.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,5 @@ class WStarRating : public WWidget {
std::unique_ptr<ControlPushButton> m_pStarsUp;
std::unique_ptr<ControlPushButton> m_pStarsDown;

bool m_trackLoaded;
int m_currRating;
};

0 comments on commit 3fdcd42

Please sign in to comment.