From d9926d60f2cd5ab66ae968eeb50634c5feab025c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 30 Aug 2010 17:29:01 +0200 Subject: Fix adding suggestions to not let completion widget "flicker" --- src/urlbar/completionwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/urlbar/completionwidget.h') diff --git a/src/urlbar/completionwidget.h b/src/urlbar/completionwidget.h index d9f9be49..7f6c93f0 100644 --- a/src/urlbar/completionwidget.h +++ b/src/urlbar/completionwidget.h @@ -92,6 +92,8 @@ private: QString _typedString; bool _hasSuggestions; + + UrlSearchList _resList; }; #endif // COMPLETION_WIDGET_H -- cgit v1.2.1