summaryrefslogtreecommitdiff
path: root/src/urlbar/urlresolver.h
diff options
context:
space:
mode:
authorlionelc <lionelc@lionelc.(none)>2010-03-30 19:45:27 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-02 22:01:20 +0200
commita2aa033e21d1746b5479836e8d8363dcb4654d8a (patch)
treefcfd2c3016ecc3fffb38764a4f7737670e1830a0 /src/urlbar/urlresolver.h
parentadd title for history items (diff)
downloadrekonq-a2aa033e21d1746b5479836e8d8363dcb4654d8a.tar.xz
manage common item of bookmarks and history
Diffstat (limited to 'src/urlbar/urlresolver.h')
-rw-r--r--src/urlbar/urlresolver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urlbar/urlresolver.h b/src/urlbar/urlresolver.h
index 3033fc38..54b96d63 100644
--- a/src/urlbar/urlresolver.h
+++ b/src/urlbar/urlresolver.h
@@ -43,6 +43,8 @@ public:
UrlSearchItem(const QString &_url, const QString &_title = QString(), const QString &_icon = QString())
: url(_url), title(_title), icon(_icon)
{};
+
+ bool operator==(UrlSearchItem i);
};
typedef QList <UrlSearchItem> UrlSearchList;