summaryrefslogtreecommitdiff
path: root/dgedit/canvastoolthreshold.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-04-17 09:25:03 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-04-17 09:25:03 +0200
commit4daa3f6dac734ae9277159a1ae895006819887e5 (patch)
tree2915e6cba967aff8cf908693f2e6179934d551b7 /dgedit/canvastoolthreshold.h
parent02119553f51d418ebb6473f49784487fa954b50c (diff)
Make threshold slider generate new selections while moving. Add progressbar to export.
Diffstat (limited to 'dgedit/canvastoolthreshold.h')
-rw-r--r--dgedit/canvastoolthreshold.h1
1 files changed, 1 insertions, 0 deletions
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;