diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-10-03 14:39:19 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-10-03 14:39:19 +0200 |
commit | 13226c21a99d70dacd26aee69f3982ee72ff431a (patch) | |
tree | 985f7ff3726e438619bd87d5fe68197292d307e3 /plugingui/checkbox.h | |
parent | 21bb5bd2bd4243dc83a08d6e0329b5de2f96b1fe (diff) |
Add missing overrides.
Diffstat (limited to 'plugingui/checkbox.h')
-rw-r--r-- | plugingui/checkbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/checkbox.h b/plugingui/checkbox.h index 4cfeef0..ce2ca45 100644 --- a/plugingui/checkbox.h +++ b/plugingui/checkbox.h @@ -38,6 +38,7 @@ public: void setText(std::string text); + // From Widget: bool isFocusable() override { return true; } bool checked(); |