diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-07-27 13:39:32 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-07-27 13:39:32 +0200 |
commit | fc29354d86e6a8b5601e92405b89a1da27406ce7 (patch) | |
tree | e31069154ad5bd9497764b6205dd4d3a411b40eb /src/canvastool.h | |
parent | 329110e3230a6518f024c612842b04afdea1cd03 (diff) |
WIP
Diffstat (limited to 'src/canvastool.h')
-rw-r--r-- | src/canvastool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/canvastool.h b/src/canvastool.h index c890422..dd4a8b3 100644 --- a/src/canvastool.h +++ b/src/canvastool.h @@ -54,7 +54,7 @@ signals: public slots: void setActive(bool active); void activate(); - void disactivate(); + void deactivate(); private: bool _active; |