Use const reference for AlbumCoverLoaderOptions::Types

This commit is contained in:
Jonas Kvinge
2023-07-21 07:17:26 +02:00
parent 38b9c7c38a
commit 4b4c5fc0ab
6 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@
#include "albumcoverexport.h"
#include "coverexportrunnable.h"
CoverExportRunnable::CoverExportRunnable(const AlbumCoverExport::DialogResult &dialog_result, const AlbumCoverLoaderOptions::Types cover_types, const Song &song, QObject *parent)
CoverExportRunnable::CoverExportRunnable(const AlbumCoverExport::DialogResult &dialog_result, const AlbumCoverLoaderOptions::Types &cover_types, const Song &song, QObject *parent)
: QObject(parent),
dialog_result_(dialog_result),
cover_types_(cover_types),