summaryrefslogtreecommitdiff
path: root/src/urlbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar.cpp')
-rw-r--r--src/urlbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlbar.cpp b/src/urlbar.cpp
index d107ba1a..af336e1c 100644
--- a/src/urlbar.cpp
+++ b/src/urlbar.cpp
@@ -243,6 +243,7 @@ QSize UrlBar::sizeHint() const
return size;
}
+
QLinearGradient UrlBar::generateGradient(const QColor &color, int height)
{
QColor base = s_defaultBaseColor;