summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
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;
};