From 3a0d18fa8b8f6a78479fad7785491feff4f4f468 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 27 Jan 2017 17:26:55 +0300 Subject: Move browserlink into separate file. --- src/gui/widgets/browserbox.h | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'src/gui/widgets/browserbox.h') diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index 80ec9cf75..7eff1f1ea 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -28,6 +28,8 @@ #include "enums/simpletypes/opaque.h" +#include "gui/browserlink.h" + #include "gui/widgets/linepart.h" #include "gui/widgets/widget.h" @@ -35,28 +37,6 @@ class LinkHandler; -struct BrowserLink final -{ - BrowserLink() : - x1(0), - x2(0), - y1(0), - y2(0), - link(), - caption() - { - } - - A_DEFAULT_COPY(BrowserLink) - - int x1; - int x2; - int y1; - int y2; - std::string link; - std::string caption; -}; - /** * A simple browser box able to handle links and forward events to the * parent conteiner. -- cgit v1.2.3-60-g2f50