summaryrefslogtreecommitdiffstats
path: root/src/widget/wtrackproperty.cpp
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-04-18 18:09:32 +0200
committerUwe Klotz <uklotz@mixxx.org>2020-04-18 18:09:32 +0200
commitfb5994b94d5e4515fb31bc73c9bdc334af74c54b (patch)
treee71a768b4bd9cfff583429c0071e9382336d6f10 /src/widget/wtrackproperty.cpp
parentee3593f120884393b5580fecc11d2551589494b3 (diff)
Fix more forward declaration issues
Diffstat (limited to 'src/widget/wtrackproperty.cpp')
-rw-r--r--src/widget/wtrackproperty.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widget/wtrackproperty.cpp b/src/widget/wtrackproperty.cpp
index 294102a27e..d1e1cdfcf6 100644
--- a/src/widget/wtrackproperty.cpp
+++ b/src/widget/wtrackproperty.cpp
@@ -30,6 +30,10 @@ WTrackProperty::WTrackProperty(QWidget* pParent,
setAcceptDrops(true);
}
+WTrackProperty::~WTrackProperty() {
+ // Required to allow forward declaration of WTrackMenu in header
+}
+
void WTrackProperty::setup(const QDomNode& node, const SkinContext& context) {
WLabel::setup(node, context);