diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-10 00:48:03 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-10 00:48:03 +0100 |
commit | d1edeb480f8539d2a132c5ab9f4e4b2a99d8d2a0 (patch) | |
tree | 1ae524849518d7d5a987d77d5556848ececdc592 /src/urlbar.h | |
parent | made the urlbar a KHistoryComboBox. Really beautiful widget!! (diff) | |
download | rekonq-d1edeb480f8539d2a132c5ab9f4e4b2a99d8d2a0.tar.xz |
Added Completion to new urlbar. ready for merge..
Diffstat (limited to 'src/urlbar.h')
-rw-r--r-- | src/urlbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urlbar.h b/src/urlbar.h index fcebc6f9..d0f80f17 100644 --- a/src/urlbar.h +++ b/src/urlbar.h @@ -45,6 +45,8 @@ private slots: void webViewUrlChanged(const QUrl &url); void webViewIconChanged(); + void prova(); + private: QLinearGradient generateGradient(const QColor &color) const; |