From 4daa3f6dac734ae9277159a1ae895006819887e5 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 17 Apr 2014 09:25:03 +0200 Subject: Make threshold slider generate new selections while moving. Add progressbar to export. --- dgedit/canvastoolthreshold.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dgedit/canvastoolthreshold.h') diff --git a/dgedit/canvastoolthreshold.h b/dgedit/canvastoolthreshold.h index 0c593e8..907e312 100644 --- a/dgedit/canvastoolthreshold.h +++ b/dgedit/canvastoolthreshold.h @@ -46,6 +46,7 @@ public: signals: void thresholdChanged(double threshold); + void thresholdChanging(double threshold); private: float threshold; -- cgit v1.2.3