From 132629199fa69a07650d5dac31d7751c8e73ba8c Mon Sep 17 00:00:00 2001 From: megabigbug Date: Mon, 27 Jul 2009 18:47:30 +0200 Subject: Add a setBackgroundColor to urlbar Change the urlbar color by the window color when private browsing Change the urlbar color by a light red color when web inspector activated --- src/urlbar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/urlbar.h') diff --git a/src/urlbar.h b/src/urlbar.h index 24fea38f..a943c916 100644 --- a/src/urlbar.h +++ b/src/urlbar.h @@ -52,6 +52,7 @@ public: void selectAll() const; KUrl url() const; QSize sizeHint() const; + void setBackgroundColor(QColor); signals: void activated(const KUrl&); -- cgit v1.2.1