diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-05 10:52:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-05 10:52:41 +0200 |
commit | 7ddf29246c41b115b3c417e87ef8b23f4a0b0ccd (patch) | |
tree | 6dc67bb0282173cd955f45b704a7e04bac7198dd /src/urlbar.cpp | |
parent | Fix Include (diff) | |
download | rekonq-7ddf29246c41b115b3c417e87ef8b23f4a0b0ccd.tar.xz |
Krazy issues fixes. Part 1
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 +} + |