summaryrefslogtreecommitdiff
path: root/src/urlbar/urlresolver.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-16 22:58:02 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-16 22:58:02 +0200
commitb9c705c040a8faad2a3516967cd03a9ab7366e0c (patch)
tree0d9b6dea56d752b56af63a826ea9b7244b06a0b6 /src/urlbar/urlresolver.h
parentMerge commit 'refs/merge-requests/2263' of git://gitorious.org/rekonq/mainlin... (diff)
parentperformance improvement: build one static regexp instead of several in the is... (diff)
downloadrekonq-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.h2
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