Skip to content

Commit

Permalink
Confirm unused pixmap
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Oct 12, 2023
1 parent 558952f commit 5786554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library/basetracktablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,7 @@ void BaseTrackTableModel::slotCoverFound(
const QObject* pRequester,
const CoverInfo& coverInfo,
const QPixmap& pixmap) {
Q_UNUSED(pixmap);
if (pRequester != this ||
getTrackLocation(m_toolTipIndex) != coverInfo.trackLocation) {
return;
Expand Down

0 comments on commit 5786554

Please sign in to comment.