Skip to content

Commit

Permalink
Fix build with -DSTEM=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Nov 29, 2024
1 parent d93b03f commit 976f086
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/widget/wtrackmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,9 @@ void WTrackMenu::generateTrackLoadMenu(const QString& group,
});
pParentMenu->addMenu(pStemMenu);
} else {
#else
Q_UNUSED(pTrack)
Q_UNUSED(primaryDeck)
#endif
QAction* pAction = new QAction(label, this);
pAction->setEnabled(enabled);
Expand Down

0 comments on commit 976f086

Please sign in to comment.