summaryrefslogtreecommitdiff
path: root/src/urlbar/completionwidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-11-22 18:07:45 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-11-22 18:07:45 +0100
commitcc6fa971a01ebd2f16db11bea99d2e8d008682fc (patch)
tree768acaa5ed864eebbd27782dfac592233e27a547 /src/urlbar/completionwidget.h
parentDo NOT download everytime engines favicons if present (diff)
downloadrekonq-cc6fa971a01ebd2f16db11bea99d2e8d008682fc.tar.xz
improvements on urlbar
STEP 2: - work & fix on search engine favicons - simplify code (and remove dead one) - API clean up - delete ASAP list items and suggestions - let the URL in the suggestions be an hard grey
Diffstat (limited to 'src/urlbar/completionwidget.h')
-rw-r--r--src/urlbar/completionwidget.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/urlbar/completionwidget.h b/src/urlbar/completionwidget.h
index 57a90b0e..f7ec2582 100644
--- a/src/urlbar/completionwidget.h
+++ b/src/urlbar/completionwidget.h
@@ -2,7 +2,7 @@
*
* This file is a part of the rekonq project
*
-* Copyright (C) 2009-2012 by Andrea Diamantini <adjam7 at gmail dot com>
+* Copyright (C) 2009-2013 by Andrea Diamantini <adjam7 at gmail dot com>
*
*
* This program is free software; you can redistribute it and/or
@@ -61,7 +61,6 @@ public:
private Q_SLOTS:
void itemChosen(ListItem *item, Qt::MouseButton = Qt::LeftButton, Qt::KeyboardModifiers = Qt::NoModifier);
void updateSuggestionList(const UrlSuggestionList &list, const QString& text);
- void updateList();
Q_SIGNALS:
void chosenUrl(const KUrl &, Rekonq::OpenType);
@@ -88,8 +87,6 @@ private:
QString _typedString;
bool _hasSuggestions;
-
- UrlSuggestionList _resList;
};
#endif // COMPLETION_WIDGET_H