Skip to content

Commit

Permalink
wcoverartmenu: m_isWorkerRunning initialized.
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihemreyildiz committed Oct 5, 2022
1 parent 388fe59 commit a615bed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/widget/wcoverartmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
#include "moc_wcoverartmenu.cpp"
#include "util/assert.h"

WCoverArtMenu::WCoverArtMenu(QWidget *parent)
: QMenu(parent) {
WCoverArtMenu::WCoverArtMenu(QWidget* parent)
: QMenu(parent),
m_isWorkerRunning(false) {
createActions();
}

Expand Down

0 comments on commit a615bed

Please sign in to comment.