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

@@ -102,14 +102,6 @@ class PlayingWidget : public QWidget {
void FadePreviousTrack(const qreal value);
private:
static const char *kSettingsGroup;
static const int kPadding;
static const int kGradientHead;
static const int kGradientTail;
static const int kMaxCoverSize;
static const int kBottomOffset;
static const int kTopBorder;
Application *app_;
AlbumCoverChoiceController *album_cover_choice_controller_;
Mode mode_;