summaryrefslogtreecommitdiffstats
path: root/src/widget/controlwidgetconnection.cpp
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-04-26 11:00:03 -0700
committerRJ Ryan <rryan@mixxx.org>2016-04-26 11:12:16 -0700
commit7097d440e591502943b6fa5d0285cd7b348e956e (patch)
tree66295968bf89c0fd8129f04f1d84246e31cce5d9 /src/widget/controlwidgetconnection.cpp
parentffcedefc247d713fe13af623aa5cd49b3f9b415b (diff)
Delete default destructors.
Diffstat (limited to 'src/widget/controlwidgetconnection.cpp')
-rw-r--r--src/widget/controlwidgetconnection.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/widget/controlwidgetconnection.cpp b/src/widget/controlwidgetconnection.cpp
index 5186c9288e..3aa6b3951b 100644
--- a/src/widget/controlwidgetconnection.cpp
+++ b/src/widget/controlwidgetconnection.cpp
@@ -15,8 +15,6 @@ ControlWidgetConnection::ControlWidgetConnection(WBaseWidget* pBaseWidget,
m_pControl->connectValueChanged(SLOT(slotControlValueChanged(double)));
}
-ControlWidgetConnection::~ControlWidgetConnection() = default;
-
void ControlWidgetConnection::setControlParameter(double parameter) {
if (m_pValueTransformer != nullptr) {
parameter = m_pValueTransformer->transformInverse(parameter);
@@ -50,8 +48,6 @@ ControlParameterWidgetConnection::ControlParameterWidgetConnection(WBaseWidget*
m_emitOption(emitOption) {
}
-ControlParameterWidgetConnection::~ControlParameterWidgetConnection() = default;
-
void ControlParameterWidgetConnection::Init() {
slotControlValueChanged(m_pControl->get());
}
@@ -105,8 +101,6 @@ ControlWidgetPropertyConnection::ControlWidgetPropertyConnection(WBaseWidget* pB
slotControlValueChanged(m_pControl->get());
}
-ControlWidgetPropertyConnection::~ControlWidgetPropertyConnection() = default;
-
QString ControlWidgetPropertyConnection::toDebugString() const {
const ConfigKey& key = getKey();
return QString("%1,%2 Parameter: %3 Property: %4 Value: %5").arg(