summaryrefslogtreecommitdiffstats
path: root/src/widget/controlwidgetconnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/controlwidgetconnection.cpp')
-rw-r--r--src/widget/controlwidgetconnection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/controlwidgetconnection.cpp b/src/widget/controlwidgetconnection.cpp
index c2c486f820..9348492034 100644
--- a/src/widget/controlwidgetconnection.cpp
+++ b/src/widget/controlwidgetconnection.cpp
@@ -13,7 +13,7 @@ ControlWidgetConnection::ControlWidgetConnection(
: m_pWidget(pBaseWidget),
m_pValueTransformer(pTransformer) {
m_pControl = new ControlProxy(key, this);
- m_pControl->connectValueChanged(SLOT(slotControlValueChanged(double)));
+ m_pControl->connectValueChanged(this, &ControlWidgetConnection::slotControlValueChanged);
}
void ControlWidgetConnection::setControlParameter(double parameter) {