diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-17 09:25:03 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-17 09:25:03 +0200 |
commit | 4daa3f6dac734ae9277159a1ae895006819887e5 (patch) | |
tree | 2915e6cba967aff8cf908693f2e6179934d551b7 /dgedit/canvastoolthreshold.h | |
parent | 02119553f51d418ebb6473f49784487fa954b50c (diff) |
Make threshold slider generate new selections while moving. Add progressbar to export.
Diffstat (limited to 'dgedit/canvastoolthreshold.h')
-rw-r--r-- | dgedit/canvastoolthreshold.h | 1 |
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; |