Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/2.4' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Nov 15, 2023
2 parents 650b5da + b8c1a44 commit c1665e5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/effects/backends/effectsbackend.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "effects/backends/effectsbackend.h"

#include <QObject>

namespace {
const QString backendTypeNameLV2 = QStringLiteral("LV2");
// QString::tr requires const char[] rather than QString
Expand Down
1 change: 1 addition & 0 deletions src/effects/visibleeffectslist.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <QList>
#include <QObject>

#include "effects/defs.h"

Expand Down
1 change: 1 addition & 0 deletions src/library/librarycontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "library/libraryview.h"
#include "mixer/playermanager.h"
#include "moc_librarycontrol.cpp"
#include "util/cmdlineargs.h"
#include "widget/wlibrary.h"
#include "widget/wlibrarysidebar.h"
#include "widget/wsearchlineedit.h"
Expand Down
3 changes: 3 additions & 0 deletions src/util/parented_ptr.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#pragma once

#ifdef MIXXX_DEBUG_ASSERTIONS_ENABLED
#include <QObject>
#endif
#include <QPointer>
#include <memory>

Expand Down

0 comments on commit c1665e5

Please sign in to comment.