Use anonymous namespace instead of static for constants

This commit is contained in:
Jonas Kvinge
2024-07-28 01:24:56 +02:00
parent 6c1ec51fab
commit 70fdd5b0b3
10 changed files with 25 additions and 35 deletions

View File

@@ -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);