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/checkbox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/checkbox.cc') diff --git a/plugingui/checkbox.cc b/plugingui/checkbox.cc index ec0456f..6f95287 100644 --- a/plugingui/checkbox.cc +++ b/plugingui/checkbox.cc @@ -108,7 +108,7 @@ void CheckBox::internalSetChecked(bool checked) } state = checked; - stateChangedNotifier.notify(state); + stateChangedNotifier(state); repaintEvent(NULL); } -- cgit v1.2.3