diff options
Diffstat (limited to 'src/urlbar.h')
-rw-r--r-- | src/urlbar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/urlbar.h b/src/urlbar.h index fcebc6f9..a670fca6 100644 --- a/src/urlbar.h +++ b/src/urlbar.h @@ -45,6 +45,9 @@ private slots: void webViewUrlChanged(const QUrl &url); void webViewIconChanged(); +protected: + void paintEvent( QPaintEvent * ); + private: QLinearGradient generateGradient(const QColor &color) const; |