diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-16 22:58:02 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-16 22:58:02 +0200 |
commit | b9c705c040a8faad2a3516967cd03a9ab7366e0c (patch) | |
tree | 0d9b6dea56d752b56af63a826ea9b7244b06a0b6 /src/urlbar/urlresolver.h | |
parent | Merge commit 'refs/merge-requests/2263' of git://gitorious.org/rekonq/mainlin... (diff) | |
parent | performance improvement: build one static regexp instead of several in the is... (diff) | |
download | rekonq-b9c705c040a8faad2a3516967cd03a9ab7366e0c.tar.xz |
Merge commit 'refs/merge-requests/2264' of git://gitorious.org/rekonq/mainline into m2264
Diffstat (limited to 'src/urlbar/urlresolver.h')
-rw-r--r-- | src/urlbar/urlresolver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlresolver.h b/src/urlbar/urlresolver.h index 7a8262b3..7d3db967 100644 --- a/src/urlbar/urlresolver.h +++ b/src/urlbar/urlresolver.h @@ -84,7 +84,7 @@ private: UrlSearchList bookmarksResolution(); UrlSearchList placeTypedDomaineNameOnTop(UrlSearchList list); - bool isHttp(); + static QRegExp *_browseRegexp; }; #endif // URL_RESOLVER_H |