diff options
Diffstat (limited to 'src/urlbar.cpp')
-rw-r--r-- | src/urlbar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/urlbar.cpp b/src/urlbar.cpp index c2c28954..f43f2244 100644 --- a/src/urlbar.cpp +++ b/src/urlbar.cpp @@ -263,4 +263,5 @@ void UrlBar::setBackgroundColor(QColor c) { s_defaultBaseColor=c; repaint(); -}
\ No newline at end of file +} + |