From 13226c21a99d70dacd26aee69f3982ee72ff431a Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 3 Oct 2015 14:39:19 +0200 Subject: Add missing overrides. --- plugingui/checkbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugingui/checkbox.h') 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(); -- cgit v1.2.3