diff options
| author | megabigbug <megabigbug@arrakis.(none)> | 2010-04-24 23:11:34 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-05 00:00:22 +0200 | 
| commit | 0d72818e60c9e9f79d0036373bbfbe8d54580890 (patch) | |
| tree | 954aa02f541cf98f5d23e2e5b99e244bdb97703e /src/urlbar/urlresolver.h | |
| parent | Javascript protocol fix (diff) | |
| download | rekonq-0d72818e60c9e9f79d0036373bbfbe8d54580890.tar.xz | |
if the url of an item have the same domaine name as the typed string, it is moved at top of the list
Diffstat (limited to 'src/urlbar/urlresolver.h')
| -rw-r--r-- | src/urlbar/urlresolver.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/urlbar/urlresolver.h b/src/urlbar/urlresolver.h index 0b519989..7a8262b3 100644 --- a/src/urlbar/urlresolver.h +++ b/src/urlbar/urlresolver.h @@ -82,6 +82,8 @@ private:      UrlSearchList historyResolution();      UrlSearchList qurlFromUserInputResolution();      UrlSearchList bookmarksResolution(); +    UrlSearchList placeTypedDomaineNameOnTop(UrlSearchList list); +           bool isHttp();  }; | 
