From 86d13c73a4306e1e88cfab60c3d00a41b39c649c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 29 Aug 2010 17:23:11 +0200 Subject: Cleaning up new suggestions mechanism --- src/urlbar/completionwidget.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/urlbar/completionwidget.h') diff --git a/src/urlbar/completionwidget.h b/src/urlbar/completionwidget.h index 29f80721..d9f9be49 100644 --- a/src/urlbar/completionwidget.h +++ b/src/urlbar/completionwidget.h @@ -91,8 +91,7 @@ private: KService::Ptr _searchEngine; QString _typedString; - int _suggestionsNumber; - bool _isSuggesting; + bool _hasSuggestions; }; #endif // COMPLETION_WIDGET_H -- cgit v1.2.1