summaryrefslogtreecommitdiff
path: root/src/gui/widgets/horizontcontainer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-18 11:36:20 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-18 11:36:20 +0300
commitcc1acaa0093c7498daf68956edfa4b7801eb9481 (patch)
tree39249f91e245595d274b20a18b5ca53db6aedd94 /src/gui/widgets/horizontcontainer.h
parent0971280bb608bcf9060bc9265c128f38e1a8058e (diff)
downloadplus-cc1acaa0093c7498daf68956edfa4b7801eb9481.tar.gz
plus-cc1acaa0093c7498daf68956edfa4b7801eb9481.tar.bz2
plus-cc1acaa0093c7498daf68956edfa4b7801eb9481.tar.xz
plus-cc1acaa0093c7498daf68956edfa4b7801eb9481.zip
Add tooltips to horizontcontainer.
Diffstat (limited to 'src/gui/widgets/horizontcontainer.h')
-rw-r--r--src/gui/widgets/horizontcontainer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/widgets/horizontcontainer.h b/src/gui/widgets/horizontcontainer.h
index bef3d0b00..e6e6d38f9 100644
--- a/src/gui/widgets/horizontcontainer.h
+++ b/src/gui/widgets/horizontcontainer.h
@@ -24,6 +24,7 @@
#include "gui/widgets/container.h"
+#include "listeners/tooltiplistener.h"
#include "listeners/widgetlistener.h"
#include "localconsts.h"
@@ -34,7 +35,8 @@
* This container places it's contents veritcally.
*/
class HorizontContainer final : public Container,
- public WidgetListener
+ public WidgetListener,
+ public ToolTipListener
{
public:
HorizontContainer(const Widget2 *const widget,