summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-08-23 10:28:54 +0300
committeraqua <aqua@iserlohn-fortress.net>2022-09-05 23:07:42 +0300
commitfcd11edde50d65f272cfc1ebf211697d778af77e (patch)
tree225b1aeb2245dbdb1da018a6bf01c06c7e2d3869 /src/urlbar/urlbar.h
parentAdd UrlBar and TabBar (diff)
downloadrekonq-fcd11edde50d65f272cfc1ebf211697d778af77e.tar.xz
Add RekonqView_fake class
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r--src/urlbar/urlbar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h
index 80aabedf..cdfcc14f 100644
--- a/src/urlbar/urlbar.h
+++ b/src/urlbar/urlbar.h
@@ -111,7 +111,11 @@ private:
// QWeakPointer<CompletionWidget> _box;
RekonqView *m_currentView = nullptr;
+ int m_currentView_progress = 0;
IconButton *_icon;
IconButtonPointerList _rightIconsList;
+
+ const QColor backgroundColor;
+ const QColor highlightColor;
};