summaryrefslogtreecommitdiff
path: root/src/urlbar/urlresolver.h
diff options
context:
space:
mode:
authorlionelc <lionelc@lionelc.(none)>2010-08-12 18:31:16 +0200
committerlionelc <lionelc@lionelc.(none)>2010-08-12 18:31:16 +0200
commite9d099f4c5efa41fafd16408f13400cb37616f18 (patch)
tree460e901d72921103f6d66e5e4edeb6e233a99969 /src/urlbar/urlresolver.h
parentMerge commit 'refs/merge-requests/165' of git://gitorious.org/rekonq/mainline (diff)
downloadrekonq-e9d099f4c5efa41fafd16408f13400cb37616f18.tar.xz
introduce a new SuggestionListItem
introduce an opensearch engine
Diffstat (limited to 'src/urlbar/urlresolver.h')
-rw-r--r--src/urlbar/urlresolver.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/urlbar/urlresolver.h b/src/urlbar/urlresolver.h
index c79ce184..d41e3f1a 100644
--- a/src/urlbar/urlresolver.h
+++ b/src/urlbar/urlresolver.h
@@ -50,6 +50,7 @@ public:
Browse = 0x00000010,
History = 0x00000100,
Bookmark = 0x00001000,
+ Suggestion = 0x00010000,
};
int type;
@@ -108,7 +109,8 @@ private:
UrlSearchList qurlFromUserInputResolution();
UrlSearchList bookmarksResolution();
UrlSearchItem privilegedItem(UrlSearchList* list);
-
+ UrlSearchList suggestionResolution();
+
static QRegExp _browseRegexp;
static QRegExp _searchEnginesRegexp;
};