From 9f01114c286cc2a19683ff69efc0381fc9b4be90 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 28 Sep 2015 15:14:58 +0200 Subject: Use function operator() for notification instead opf notify(...). --- plugingui/knob.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/knob.cc') diff --git a/plugingui/knob.cc b/plugingui/knob.cc index b843106..f907004 100644 --- a/plugingui/knob.cc +++ b/plugingui/knob.cc @@ -181,7 +181,7 @@ void Knob::internalSetValue(float value) } currentValue = value; - valueChangedNotifier.notify(currentValue); + valueChangedNotifier(currentValue); repaintEvent(NULL); } -- cgit v1.2.3