From 527756748468ddd3d5e7fa1bafcb2e32bf02144b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 9 Jan 2011 11:40:43 +0100 Subject: Update the completion list when the user switches search engine on the fly. Lionel Chauvin's work. Reviewed by me :) --- src/urlbar/listitem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/urlbar/listitem.h') 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); -- cgit v1.2.1