Skip to content

Commit

Permalink
fixup! Overview column: simplify waveform updates via Track/TrackDAO ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Jan 9, 2025
1 parent a114021 commit f76a51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreservices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ void CoreServices::initialize(QApplication* pApp) {
m_pRecordingManager.get());

OverviewCache* pOverviewCache = OverviewCache::createInstance(pConfig, m_pDbConnectionPool);
connect(&(m_pLibrary->trackCollectionManager()->internalCollection()->getTrackDAO()),
connect(&(m_pTrackCollectionManager->internalCollection()->getTrackDAO()),
&TrackDAO::waveformSummaryUpdated,
pOverviewCache,
&OverviewCache::onTrackSummaryChanged);
Expand Down

0 comments on commit f76a51b

Please sign in to comment.