diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-01-09 11:40:43 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-01-09 11:42:23 +0100 |
commit | 527756748468ddd3d5e7fa1bafcb2e32bf02144b (patch) | |
tree | f1f9a34722932e30d8341ec8299cda07b18cfc15 /src/urlbar/listitem.h | |
parent | Should fix rekonq compilation against KDE SC 4.5... (diff) | |
download | rekonq-527756748468ddd3d5e7fa1bafcb2e32bf02144b.tar.xz |
Update the completion list when the user switches search engine on the fly.
Lionel Chauvin's work.
Reviewed by me :)
Diffstat (limited to 'src/urlbar/listitem.h')
-rw-r--r-- | src/urlbar/listitem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h index 0d66a12c..30089ce9 100644 --- a/src/urlbar/listitem.h +++ b/src/urlbar/listitem.h @@ -69,6 +69,7 @@ public slots: signals: void itemClicked(ListItem *item, Qt::MouseButton, Qt::KeyboardModifiers); + void updateList(); protected: virtual void paintEvent(QPaintEvent *event); |