summaryrefslogtreecommitdiff
path: root/src/urlbar/urlresolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar/urlresolver.h')
-rw-r--r--src/urlbar/urlresolver.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/urlbar/urlresolver.h b/src/urlbar/urlresolver.h
index f72d6731..4e85e917 100644
--- a/src/urlbar/urlresolver.h
+++ b/src/urlbar/urlresolver.h
@@ -119,8 +119,6 @@ private:
void computeBookmarks();
void computeSuggestions();
- int _computedListsCount;
-
UrlSearchItem privilegedItem(UrlSearchList* list);
UrlSearchList orderLists();
@@ -128,7 +126,10 @@ private:
static QRegExp _searchEnginesRegexp;
private slots:
- void suggestionsReceived(const QStringList &suggestion);
+ void suggestionsReceived(const QString &text, const QStringList &suggestions);
+
+Q_SIGNALS:
+ void suggestionsReady(const UrlSearchList &, const QString &);
};