diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-29 17:23:11 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-29 17:23:11 +0200 |
commit | 86d13c73a4306e1e88cfab60c3d00a41b39c649c (patch) | |
tree | 1b93baf9c2ff4b6793e27677114dfc8bad698534 /src/urlbar/completionwidget.h | |
parent | First fixes, 4 suggestions (diff) | |
download | rekonq-86d13c73a4306e1e88cfab60c3d00a41b39c649c.tar.xz |
Cleaning up new suggestions mechanism
Diffstat (limited to 'src/urlbar/completionwidget.h')
-rw-r--r-- | src/urlbar/completionwidget.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |