Use anonymous namespace for constants

This commit is contained in:
Jonas Kvinge
2024-08-07 00:52:58 +02:00
parent c69777ca39
commit 819463a865
67 changed files with 186 additions and 240 deletions

View File

@@ -51,8 +51,6 @@ class FavoriteWidget : public QWidget {
void mouseDoubleClickEvent(QMouseEvent*) override;
private:
static const int kStarSize;
// The playlist's id this widget belongs to
int tab_index_;
bool favorite_;