summaryrefslogtreecommitdiffstats
path: root/src/widget/wbeatspinbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wbeatspinbox.cpp')
-rw-r--r--src/widget/wbeatspinbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/wbeatspinbox.cpp b/src/widget/wbeatspinbox.cpp
index 90d213cee7..17b142311c 100644
--- a/src/widget/wbeatspinbox.cpp
+++ b/src/widget/wbeatspinbox.cpp
@@ -27,7 +27,7 @@ WBeatSpinBox::WBeatSpinBox(QWidget* parent, const ConfigKey& configKey,
setValue(m_valueControl.get());
connect(this, SIGNAL(valueChanged(double)),
this, SLOT(slotSpinboxValueChanged(double)));
- m_valueControl.connectValueChanged(SLOT(slotControlValueChanged(double)));
+ m_valueControl.connectValueChanged(this, &WBeatSpinBox::slotControlValueChanged);
}
void WBeatSpinBox::setup(const QDomNode& node, const SkinContext& context) {