Use anonymous namespace for constants
This commit is contained in:
@@ -86,7 +86,6 @@ class RadioModel : public SimpleTreeModel<RadioItem> {
|
||||
void AlbumCoverLoaded(const quint64 id, const AlbumCoverLoaderResult &result);
|
||||
|
||||
private:
|
||||
static const int kTreeIconSize;
|
||||
using ItemAndCacheKey = QPair<RadioItem*, QString>;
|
||||
|
||||
Application *app_;
|
||||
|
||||
Reference in New Issue
Block a user