diff options
author | lionelc <lionelc@lionelc.(none)> | 2010-03-30 19:45:27 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-02 22:01:20 +0200 |
commit | a2aa033e21d1746b5479836e8d8363dcb4654d8a (patch) | |
tree | fcfd2c3016ecc3fffb38764a4f7737670e1830a0 /src/urlbar/urlresolver.h | |
parent | add title for history items (diff) | |
download | rekonq-a2aa033e21d1746b5479836e8d8363dcb4654d8a.tar.xz |
manage common item of bookmarks and history
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 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; |