summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2014-04-03 14:42:26 -0400
committerRJ Ryan <rryan@mixxx.org>2014-04-03 14:42:26 -0400
commitdca348fad5ebefe7e38f61db5ddae577b1917d21 (patch)
tree460af1267c165325c9de3b592429478fe0f9ff6d /src/widget/wpushbutton.h
parentd6b3b6167befc909a05b58e4991afdfc1307a695 (diff)
Supply parameter and value to widgets when a connected control changes. For WNumber (and other widgets) base updates on value. Fixes Bug #1301994.
Diffstat (limited to 'src/widget/wpushbutton.h')
-rw-r--r--src/widget/wpushbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/wpushbutton.h b/src/widget/wpushbutton.h
index f74a24a42b..ea044cf8dd 100644
--- a/src/widget/wpushbutton.h
+++ b/src/widget/wpushbutton.h
@@ -55,7 +55,7 @@ class WPushButton : public WWidget {
void setStates(int iStatesW);
public slots:
- void onConnectedControlValueChanged(double);
+ void onConnectedControlChanged(double dParameter, double dValue);
protected:
virtual void paintEvent(QPaintEvent*);