Skip to content

Commit

Permalink
Merge pull request #11051 from uklotzde/libraryscanner-track-relocate…
Browse files Browse the repository at this point in the history
…d-signal

Fix LibraryScanner::tracksRelocated() signal
  • Loading branch information
daschuer authored Nov 8, 2022
2 parents 867877f + 35e13d4 commit 5fa2f16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mixxxapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "audio/types.h"
#include "control/controlproxy.h"
#include "library/crate/crateid.h"
#include "library/relocatedtrack.h"
#include "moc_mixxxapplication.cpp"
#include "soundio/soundmanagerutil.h"
#include "track/track.h"
Expand Down Expand Up @@ -97,6 +98,10 @@ void MixxxApplication::registerMetaTypes() {
qRegisterMetaType<SoundDeviceId>();
QMetaType::registerComparators<SoundDeviceId>();

// Library Scanner
qRegisterMetaType<RelocatedTrack>();
qRegisterMetaType<QList<RelocatedTrack>>();

// Various custom data types
qRegisterMetaType<mixxx::ReplayGain>("mixxx::ReplayGain");
qRegisterMetaType<mixxx::cache_key_t>("mixxx::cache_key_t");
Expand Down

0 comments on commit 5fa2f16

Please sign in to comment.