From e2210e88b0cf4620b820aea083c231be3eadb80a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 18 Oct 2014 01:01:19 +0300 Subject: Use tooltiplistener in labels. --- src/gui/widgets/label.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/label.h') diff --git a/src/gui/widgets/label.h b/src/gui/widgets/label.h index 9c9875a0b..9af6ed123 100644 --- a/src/gui/widgets/label.h +++ b/src/gui/widgets/label.h @@ -67,6 +67,8 @@ #include "gui/widgets/widget.h" +#include "listeners/tooltiplistener.h" + #include "localconsts.h" class Skin; @@ -77,7 +79,8 @@ class Skin; * * \ingroup GUI */ -class Label final : public Widget +class Label final : public Widget, + public ToolTipListener { public: /** -- cgit v1.2.3-70-g09d2