Use anonymous namespace instead of static for constants
This commit is contained in:
@@ -40,8 +40,6 @@ class AlbumCoverExporter : public QObject {
|
||||
public:
|
||||
explicit AlbumCoverExporter(QObject *parent = nullptr);
|
||||
|
||||
static const int kMaxConcurrentRequests;
|
||||
|
||||
void SetDialogResult(const AlbumCoverExport::DialogResult &dialog_result);
|
||||
void SetCoverTypes(const AlbumCoverLoaderOptions::Types &cover_types);
|
||||
void AddExportRequest(const Song &song);
|
||||
|
||||
Reference in New Issue
Block a user