diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-30 17:29:01 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-30 17:29:01 +0200 |
commit | d9926d60f2cd5ab66ae968eeb50634c5feab025c (patch) | |
tree | 5b82b26e6077e80aef34149037f0bc6a3ce13116 /src/urlbar/completionwidget.h | |
parent | about url detection fix (diff) | |
download | rekonq-d9926d60f2cd5ab66ae968eeb50634c5feab025c.tar.xz |
Fix adding suggestions to not let completion widget "flicker"
Diffstat (limited to 'src/urlbar/completionwidget.h')
-rw-r--r-- | src/urlbar/completionwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |